/ocm

OpenClimbMap in React.js

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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