- Install EL-Website.
- Clone this repo:
https://github.com/engagementgamelab/boston-civic-media.git
- Link this site to EL-Website:
cd boston-civic-media
npm-link
cd EL-Website
npm link boston-civic-media
- Start the site. From EL-Website, run:
nodemon --debug server.js --sites=boston-civic-media
The site should now be running at http://localhost:3000.
(Better docs coming soon.)