Markdown-driven presentation tool built on Electron.
You can get executable binary in below link.
You can also install it by npm.
$ npm install -g cafe-pitch
$ cafepitch
- Live preview
- Presentation mode
- Export PDF
- Emoji notation(ex 🎉 🙇 etc..)
$ npm install
$ npm setup
$ npm run build # only build.
$ npm run watch # watch filechanges and run auto build.
$ npm start # run electron.
$ 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.
MIT © joe-re