A markdown file viewer.
- Clone this repository.
- Install MongoDB and Node.js.
- Create an app at dropbox.com/developers/apps
- Set
https://localhost:3000/callbackas an OAuth2 redirect URI.
$ cd libra/
$ cp ./config/secret.example.json ./config/secret.json
# Edit ./config/secret.json and set your Dropbox app key/secret
$ npm install
$ ./scripts/make-certs.sh
$ npm run startGo to https://localhost:3000/
