##Foreman's Butler
- npm install -g foreman
- npm install
- create .env file
- create github developer application and add the following
NODE_ENV=development
GITHUB_CLIENT_ID={{Client_Id}}
GITHUB_CLIENT_SECRET={{Client_Secret}}
GITHUB_CALLBACK_URL=http://localhost:{port}/github/auth
- run with command
nf start -p {port}