Make presentations, fast.
Create presentations with markdown.
Bluff is written for Node JS and expects at least version 0.6.0. The presentations are stored in Mongo DB.
Clone the repo...
git clone git://github.com/richardhodgson/bluff.git
Use npm to install dependencies.
cd bluff && \
npm install
Run the tests.
make test
Start the app in development mode.
make dev
Bluff should now be running on http://localhost:8090.