8000 GitHub - beelarr/never_lost: A hikers tracking app to be NEVERLOST
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

beelarr/never_lost

Repository files navigation

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

About

A hikers tracking app to be NEVERLOST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0