It's not just for the birds
Track and compete with your friends on who can see the most birds.
Set up environment variables. Run heroku config
and add the key values pairs to .env
Install dependencies
npm install
You'll want to run gulp watch
to pick up changes to node modules that will be compiled with babel.
gulp watch
After that you can run the dev server
npm run dev
Use heroku to run node on the command line. This way all the config variables will be loaded into the context correctly.
heroku local:run node ./optional/file/to/run.js