Skip to content

Installation and Running

David edited this page Jan 17, 2017 · 2 revisions

Installation

  1. npm install
  2. copy .sample.env and rename to .env
  3. change to appropriate facebook tokens

Note: the environment variables only work for local development. In case you want to deploy to server like heroku, make sure to check how to inject environment variables.

Run

  1. node index.js
Clone this wiki locally