- Clone the repo:
git clone git@github.com:javierarce/streetlives.git
- Install the dependencies:
cd streetlives
npm install
- Install grunt:
npm install -g grunt-cli
- 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:
grunt watch
. - Edit the files in the folders:
sources/scss
,sources/js
&sources/templates
. - Saving a file in those folders will automatically compile them and refresh the site.