CafePitch
![Build Status](https://travis-ci.org/joe-re/cafe-pitch.svg?branch=master)
Markdown-driven presentation tool built on Electron.
![](https://cloud.githubusercontent.com/assets/4954534/24092260/87112200-0d90-11e7-8642-e133d5dcffd6.gif)
Download
You can get executable binary in below link.
You can also install it by npm.
$ npm install -g cafe-pitch
$ cafepitch
Support
- Live preview
- Presentation mode
- Export PDF
- Emoji notation(ex :tada: :bow: etc..)
Development
setup
$ npm install
$ npm setup
coding
$ npm run build # only build.
$ npm run watch # watch filechanges and run auto build.
$ npm start # run electron.
testing
$ npm run test # run unit test and e2e test.
$ npm run test:unit # only run unit test.
$ npm run test:e2e # only run e2e test.
License
MIT © joe-re