- Data Covid19: https://data.covid19.go.id/public/api/prov.json
- Dekontaminasi: https://dekontaminasi.com
- Geocoding: https://nominatim.openstreetmap.org
- GeoJSON Provinsi: https://github.com/superpikar/indonesia-geojson
- GeoJSON Kab: https://github.com/rifani/geojson-political-indonesia
- Node v12 ++
- Yarn 1.22 ++
# install
$ yarn
# development build
yarn dev
# or
vite
# development and expost it
yarn dev --host
# or
vite --host
# production build
$ yarn build
# or
vite build
MIT