npm install
npm run dev
This command will start the development server, allowing you to view and work on your project locally.
npm run build
This command will create a production-ready build of your project in a distribution directory.
npm run astro ...
Run CLI commands like `astro add`, `astro check`
npm run astro -- --help
Get help using the Astro CLI