Make sure you have node and mongoDB installed, and you've cloned this repository.
- Run
npm install
- Copy config.template.json and rename it config.json.
- Create a Google Spreadsheet. In config.json, add:
- The spreadsheet key. This is the string after /spreadsheets/d/ in the url
- An e-mail address that can access the spreadsheet
- That email address's password
- In a new terminal window, run
mongod
to start the database - Run
node app.js