This project uses Docker Compose for local development.
- Prerequisites: Docker and Docker Compose installed.
- Build & Run: In the project root, run
docker compose up. To rebuild, usedocker compose up --build. - Access: Open
http://localhost:5173in your browser. - Stop: Press
Ctrl+Cin the terminal or rundocker compose down.
This website is deployed to GitHub Pages.
- Prerequisites: Node.js and pnpm installed. Ensure all changes are committed and pushed.
- Deploy: Run
npm run deployfrom the project root.- This builds the site and pushes the
distfolder to thegh-pagesbranch.
- This builds the site and pushes the
- Verify: Check your GitHub Pages URL after a few minutes.