This is an experimental app that can be used to issue Open Badges from one Twitter user to another.
You'll need node and mongoDB.
You'll also need a pair of Twitter app tokens, which can be obtained from dev.twitter.com/apps.
- Make sure your mongoDB server is running.
- Run
npm install
. - Run
npm test
. - Run
cp .env.example .env
. - Edit
.env
to taste. - Run
node app.js
, then browse to http://localhost:3000/.
For production deployments, you'll want to run make optimize
, which
minifies/compresses necessary files. If you want to revert from
production to development, make sure you run make clean
first.