maps Svelte Themes

Maps

I create maps with QGIS.

maps

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.

Technologies

- Sveltekit & Vite
- Tailwind & DaisyUi
- Nginx

Example map

Check out the website for more maps.

Build & test

npm install
npm run build

Local development

npm install
npm run dev

Local test deployment

docker images rm maps:local

npm run build
docker build -t maps:local .
docker compose up

Update dependencies

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

Top categories

Loading Svelte Themes