File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments