A React-Leaflet web application that shows a map of Portland Oregon with all the bike-approved streets highlighted, focusing on your current location.
Either go here, or clone the repo, type: npm i && npm run start
and check your browser!
For developing locally: recent version of NodeJS installed and configured. Get that here.
Install Dependencies by typing:
npm install
Run program by typing:
npm run start
Check the local server!