/biggie

Make big presentations trivial

Primary LanguageJavaScript

biggie

biggie is the last mile of big. It turns Markdown into slides, and slides into a website, and even posts it online for you with the magic of bl.ocks.org and gist.

Differences in this fork by @killercup

  • Add code highlighting using highlight.js and extend original stylesheet with Sunburst theme
  • Save markdown content in localStorage, so you can close the tab end when you reopen it your presentation will be there for you
  • Small tweaks for original stylesheet

develop

git clone git@github.com:killercup/biggie.git

Then dependencies

npm install

I tend to use the watch utility, so in one terminal,

watch make

And in the other

serve

(or any other simple development server).