Bikeable.ch
Web Frontend for Bikeable.ch
Let's make our cities bikeable!
Bikeable.ch is a community-driven collection of good and bad spots for bicycle riders, and a place to discuss and find solutions.
This repository is the web frontend, written in JavaScript using the Vue.js framework.
Feel free to report issues or contribute and make pull requests.
Backend
We have not yet made our backend code public. Please contact us if you'd like to get access to the repository and/or the API documentation. We are also open to other uses of our API, let us know what you plan to do with our data.
Contributors
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.