Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 370 Bytes

new.curbmap.com

A React web app to encourage participation in labeling and ownership of your own image on curbmap

To install

yarn install

To run

  • yarn start
  • or
    REACT_APP_STAGE=dev yarn start
    if you are running the auth and resource servers locally
  • or
    yarn build && serve -s build
    for a production release version