Skip to content

Commit 0e6de59

Browse files
committed
2 parents b6c692d + 2ba76ca commit 0e6de59

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,14 @@ Our mission is to create a user-friendly platform for anyone interested in explo
4444
* Miro
4545

4646
## Quick Start
47-
* node -v (make sure you are using node version 12.*)
47+
* Ensure that node version manager (nvm) is installed (e.g. follow a [tutorial](https://heynode.com/tutorial/install-nodejs-locally-nvm/))
48+
* Run `nvm install lts/erbium`
49+
* Run `nvm use lts/erbium`
50+
* confirm you are using Node 12 by running `node -v` (e.g. `Now using node v12.22.12 (npm v6.14.16)`)
4851
* clone the repo
49-
* cd 311-data-v2-gh-pages/
52+
* cd 311-data/
53+
* cp .example.env .env
54+
* Edit .env and supply a valid MAPBOX_TOKEN. If you are a member of hack4la, please contact someone in 311-engineering for one
5055
* npm run setup && npm start
5156
* visit http://localhost:3000
5257

0 commit comments

Comments
 (0)