Prototype bus route application for WebInt 2018Fall at EURECOM
Our group consists of:
git clone git@github.com:sardred/b-line.git to clone the repository with Git. Here's a guide to connecting with SSH
cd b-line navigate to the freshly cloned repository
npm install install dependencies with npm
npm start start the dev server
You are now ready to develop! The server is available at localhost:8080 in your browser, with hot reloading and everything!
For map routing, you need to get a Mapbox API key. It's limited to a couple of thousand requests per day. When you have your key, make a file named .env.local at the root of the project, then add the following line to the file: VUE_APP_API_KEY="INSERT YOUR KEY HERE"
Also make sure your add block is not on for this page.
If desired, npm run lint will lint and fix files
As noted in reset.scss, credits to Eric Meyer for reset-styling for the sake of reducing browser differences.
Logo made by Jamshid Xoliqulov under Creative Commons
Icons made by Freepik from Flaticon
Credits to Kornil for simple-react-app that was initially used, but later replaced by the Vue CLI.