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.
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=
Start local server.
npm run serve
Build into dist/
folder.
npm run build
npm run lint
This project is based on Vue CLI. Licensed under MIT License.