Skip to content

Latest commit

 

History

History
executable file
·
30 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
30 lines (17 loc) · 1.01 KB

Comma.ai React Map

drawing

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.

Getting Started

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

Build With