ohrie / radschnellwege-viewer

View planned and built Radschnellwege (cycle highways) in Germany.

Home Page:https://radschnellwege.chilla.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

View planned and built Radschnellwege (cycle highways) in Germany.

https://radschnellwege.chilla.dev

License:MIT License


Languages

Language:Vue 81.7%Language:HTML 13.9%Language:JavaScript 4.4%