This is the repository for the single-page application "Attuning to Microclimates 感知微氣候".
To run the project locally:
npm install
npm run dev # http://localhost:5173
npm run build # outputs to dist/
npm run preview # preview the production build locallyThis project is deployed to GitHub Pages automatically via GitHub Actions whenever changes are pushed to main.
Important Requirements:
- The repository name must be exactly
microclimates.github.ioto serve correctly at the root domain (https://microclimates.github.io/). - The repository owner must navigate to Settings → Pages → Source and select GitHub Actions (this is a one-time setup).