I create thematic maps with the tool QGIS. Most of the data used for creating the map, is free and provided by the Copernicus project.
- Sveltekit & Vite
- Tailwind & DaisyUi
- Nginx
Check out the website for more maps.
npm install
npm run build
npm install
npm run dev
docker images rm maps:local
npm run build
docker build -t maps:local .
docker compose up
Use ncu to update the dependencies. npm install -g npm-check-updates
# list possible updates
ncu
# granular updates
ncu -u --target=patch
ncu -u --target=minor
# run major updates
ncu -u
npm install