Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 801 Bytes

File metadata and controls

22 lines (15 loc) · 801 Bytes

Attuning to Microclimates 感知微氣候

This is the repository for the single-page application "Attuning to Microclimates 感知微氣候".

Development

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 locally

Deploying to GitHub Pages

This 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.io to serve correctly at the root domain (https://microclimates.github.io/).
  • The repository owner must navigate to SettingsPagesSource and select GitHub Actions (this is a one-time setup).