About
This site is a clean starting point โ an Astro project wired to GitHub for version control and Cloudflare Pages for hosting. Editing is simple: change a file, commit and push in GitHub Desktop, and the live site updates on its own.
The stack
- Astro โ builds fast static pages from components.
- GitHub โ stores the code and every version of it.
- Cloudflare Pages โ builds on push and serves the site worldwide.
How updates work
- Edit a file in VS Code (preview locally with
npm run dev). - Commit and push with GitHub Desktop.
- Cloudflare rebuilds and the change goes live in about a minute.