- Clone the repo:
git clone git@github.com:streetlives/streetlivesnyc.git
- Install the dependencies:
cd streetlivesnyc
npm install
- Create a configuration file:
mv lib/config.sample.js lib/config.js
- Open
lib/config.js
and add your CartoDB credentials. - Run the app:
node app.js
- Open
http://localhost:7000
in your browser.
- Install and run the project.
- Run:
npm run watch
. - Edit the files in the folders:
sources/scss
,sources/js
. - Saving a file in those folders will automatically compile them and refresh the site.