Hiker's can easily share their location with family and friends while exploring.
Fork and/or clone this repo to your local machine. Then create the following files:
├── client
└── app
└── Creds
└──Creds.js
Creds.js - (contains mapbox api key)
const mapBoxToken = '<Your Token Here>';
module.exports = mapBoxToken;
yarn && bundle
foreman start -f Procfile.dev
Report bugs and issues here
- React 16.2
- React on Rails
- MobX
- Rails 5 using ActionCable
- MapBox
- React-Map-GL
- React-Bootstrap
- Deployment via Heroku