Your site is ready
This page is intentionally simple. Start building by editing
src/pages/index.astro
Pages are files
Create a new file in the pages directory or
click Add Page at the top of the file manager, and
it becomes a route. For example, about.astro becomes
/about.
Sections are components
The <Section> component
you see here provides consistent spacing and layout. Create your own components in the
components directory and import them anywhere.
Start static, add WordPress later
Build your pages with plain Astro first. When you are ready to pull content from WordPress, connect your site and the content will flow in. No need to set everything up at once.