very cool
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm i |
Installs dependencies |
pnpmp dev |
Starts local dev server at localhost:4321 |
pnpmp build |
Build your production site to ./dist/ |
pnpmp preview |
Preview your build locally, before deploying |
pnpmp astro ... |
Run CLI commands like astro add , astro check |
pnpmp astro -- --help |
Get help using the Astro CLI |