The stack:
- Vite as the build tool
- Svelte as the UI framework
- Carbon as the component library
- MapLibre GL as the map
You'll need
npm. Run
npm install
once. Use npm run dev
to work locally. To auto-format code,
npm run fmt
. To check for warnings, npm run lint
.