Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 970 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 970 Bytes

pushingtogether

Code Climate Build Status Test Coverage
Pushing together project developed during ParticipaLAB Collective Inteligence for Democracy, this project is based on pol.is

Installing

  1. Clone it
  2. Set node version 6.9.0
  3. Run:
cd pushingtogether
npm install
npm run setup #in case you're using OS X: npm run setup:osx

Running

  1. npm start inside the folder, or use node app.js

Setup

npm run setup #in case you're using OS X: npm run setup:osx
npm run db:migrate