This is a [Svelte] project scaffolded with [Vite]. It includes a deployment setup using [gh-pages] to publish the built site to GitHub Pages.
- [
Node.js] - [
Yarn] installed globally
yarn install
yarn dev
yarn build
yarn deploy
-
Replace 3 csv and 1 json file in public/data with monthly updates:
agt_point_data.csv,country_data.csv,filled_polygon_data_5.csv,info_section.json -
Check if all is good with:
yarn dev- Build:
yarn build- Deploy:
yarn deploy- Git:
git add .
git commit -m "message"
git push