Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 991 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 991 Bytes

Hiker's can easily share their location with family and friends while exploring.

Getting Started

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; 

Run

yarn && bundle 
foreman start -f Procfile.dev

Bugs

Report bugs and issues here

Built With

  • React 16.2
  • React on Rails
  • MobX
  • Rails 5 using ActionCable
  • MapBox
  • React-Map-GL
  • React-Bootstrap
  • Deployment via Heroku