Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
/ cafe-pitch Public archive
forked from joe-re/cafe-pitch

Markdown-driven presentation tool built on Electron.

Notifications You must be signed in to change notification settings

willowtreeapps/cafe-pitch

 
 

Repository files navigation

CafePitch

Build Status

cafe-pitch-logo

Markdown-driven presentation tool built on Electron.

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 🎉 🙇 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

About

Markdown-driven presentation tool built on Electron.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.5%
  • CSS 4.0%
  • CoffeeScript 3.2%
  • HTML 1.5%
  • JavaScript 0.8%