This project was bootstrapped with Create React App.
This app was made using react and Mapbox/deck.gl (made based on this example). The app is hosted on Netlify and can be found here.
git clone https://github.com/luccabb/comma.ai.git
cd comma.ai
npm install
touch .env
Add 'SKIP_PREFLIGHT_CHECK=true' to the newly created .env file on the root directory
Add 'REACT_APP_MAP_BOX={InsertYourMapboxAPIKeyHere}' to the same .env file
npm run start