Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.03 KB

Radschnellwege Viewer

Deploy

Look at all the Radschnellwege planned, being built and already build. This project is depending on radschnellwege, which contains the data of the cycle highways for this map.

Initial Setup

Execute

npm install

Then create a file .env.local with your Mapbox Data.

VUE_APP_MAPBOX_ACCESS_TOKEN=<PUT_YOU_MAPBOX_ACCESS_TOKEN_HERE>
VUE_APP_MAPBOX_STYLE=<PUT_MAPBOX_STYLE_URL_HERE>
VUE_APP_UMAMI_KEY=
VUE_APP_UMAMI_URL=

Serve locally

Start local server.

npm run serve

Build

Build into dist/ folder.

npm run build

Lints and fixes files

npm run lint

About

This project is based on Vue CLI. Licensed under MIT License.