Skip to content

Example Guide

Guides lead a user through a specific task they want to accomplish, often with a sequence of steps. Writing a good guide requires thinking about what your users are trying to do.


πŸš€ Summary of Astro Commands

CommandDescription
npm create astro@latestCreate a new Astro project
cd my-astro-projectNavigate to the project folder
npm installInstall dependencies
npm run devStart the Astro development server
npm run dev -- --port 5000Start on a specific port
npm run buildBuild for production (dist/ folder)
npm run previewPreview the built site

This updated guide provides a clear step-by-step process for running an Astro project while keeping your original structure.

Let me know if you need more improvements! πŸš€πŸ˜Š

Further reading