All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npx astro ... |
Run CLI commands like astro add, astro check |
npx astro -- --help |
Get help using the Astro CLI |
Feel free to check Astro's documentation.