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
| Command | Description |
|---|---|
npm create astro@latest | Create a new Astro project |
cd my-astro-project | Navigate to the project folder |
npm install | Install dependencies |
npm run dev | Start the Astro development server |
npm run dev -- --port 5000 | Start on a specific port |
npm run build | Build for production (dist/ folder) |
npm run preview | Preview 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
- Read about how-to guides in the DiΓ‘taxis framework