heya :3
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
yarn install |
Install dependencies |
yarn dev |
Start the local dev server at localhost:4321 |
yarn build |
Build the production site (outputs to ./dist/ ) |
yarn preview |
Preview the site locally before deploying |
yarn astro ... |
Run CLI commands like astro add and astro check |
yarn astro -- --help |
Get help using the Astro CLI |