Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 574 Bytes

Description

OpenClimbMap, the climbing map sharing app, is a single page React.js web application.

Live demo: https://openbeta.io/demo

Build Instructions

Set REACT_APP_ENV environment variable to prod to connect to our live API server (recommended) or dev if you run your own API server on localhost

# export REACT_APP_ENV=prod

Install dependencies

# git clone <your fork repo>
# cd ocm
# npm install

Start the app

# npm start

See REACT_APP_README.md for more information about the build tool.

License

GPL v3