Documentation
Development Workflow
Run the project, add pages, and work efficiently.
Start the dev server
npm run dev
Changes will hot reload automatically.
Add a new page
Create a new file in src/pages. For example:
src/pages/new-page.astro
Now visit /new-page.
Reuse sections
Most pages import sections from src/components/sections. You can create a new section and include it in any page.