A Yeoman generator for scaffolding Remark presentations.
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-remark
- Run:
yo remark
To view your presentation:
grunt server
To deploy your presentation as a couchapp to a local CouchDB instance under the remark
database:
grunt deploy
To configure where your presentation deploys, modify couchapp.json
.