helium / mappers

Mappers Frontend and API
Apache License 2.0
65 stars 23 forks source link

Mappers

Development and Contribution

Any and all contributions from the community are encouraged.

Getting Started:

1. First, clone the repository to your local machine and navigate into the folder. For example:

git clone https://github.com/helium/mappers.git
cd mappers

2. Second, install all the dependencies:

System dependencies:

Application Dependencies:

3. Edit your environment variables:

PUBLIC_MAPBOX_KEY=pk.ey[...the rest of your access token...]

Rename the file ".env" (delete ".sample" from the file name)

4. Install Node.js dependencies with cd assets && yarn

5. Start development server:

Now you can visit localhost:4000 from your browser.

To Reset Database