See it in action: sturmfrei website
From your terminal:
npm run dev
Create an optimized production build with:
npm run build
Command | Action |
---|---|
npm i |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run format |
Format codes with Prettier |
npm run lint:eslint |
Run Eslint |
npm run astro ... |
Run CLI commands like astro add , astro preview |
Basic configuration file: ./src/config.yaml
To customize Font families, Colors or more Elements refer to the following files:
src/components/CustomStyles.astro
src/assets/styles/tailwind.css
This repository is based on AstroWind and customised to our own requirements.