You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`npm run dev`| Starts local dev server at `localhost:4321`|
42
+
|`npm run build`| Build your production site to `./dist/`|
43
+
|`npm run preview`| Preview your build locally, before deploying |
44
+
|`npm run astro ...`| Run CLI commands like `astro add`, `astro check`|
45
+
|`npm run astro -- --help`| Get help using the Astro CLI |
46
+
47
+
## 👀 Want to learn more?
48
+
49
+
Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).
0 commit comments