This repo is an example solution of Silicon Valley Boot Camp codelab challenge: https://docs.google.com/document/d/1N9-ObAcoa6bzeGjR8iZqnk12cpHiAUnEKVrdcJEHuw8/edit?usp=sharing
npm install
cp config/local.example.json config/local.json
(You need to change the value of fb.appSecret
to run the service.)
npm run watch
npm test
npm run lint