Skip to content

sykefi/air-pollutant-map

Repository files navigation

Tests & deploy dev status

air-pollutant-map

Also known as Päästöt kartalla

Online preview: paastokartta-demo.web.app

Project setup

The project requires installation of vue-cli:

npm install -g @vue/cli

To install project dependencies with npm, run:

npm install

To use dev GeoServer, add file .env.local with the following environment variable: VUE_APP_GEOSERVER_URI=http://your-dev-geoserver-address:port/geoserver/paastotkartalla/

Compiles and hot-reloads for development

npm run serve-dev

Compiles and minifies for production

npm run build-prod

Tests

Open & run Cypress E2E tests with npm run cypress

Built with

Vue.js & OpenLayers

See Configuration Reference.