Yarra Vista is a Vue 3 + Vite multi-page style web experience with:
- Explore page (
/) - Map page (
/map) - Compare page (
/compare)
npm install
npm run devThis repo includes an automatic deploy workflow:
- file:
.github/workflows/deploy-gh-pages.yml - trigger: push to
main(and manual run) - output: static site deployed to GitHub Pages
- Go to GitHub repo → Settings → Pages
- In Build and deployment, set:
- Source:
GitHub Actions
- Source:
- Merge your feature branch to
main - The workflow will auto-deploy from
main
After deployment, your site URL will be:
https://<your-github-username>.github.io/<repo-name>/
For this repository, that is expected to be:
https://yche0808.github.io/frontend/