/firesale-tutorial

A tutorial on building a Markdown renderer in Electron.

Primary LanguageJavaScriptMIT LicenseMIT

Firesale

This is a tutorial for building a Markdown-to-HTML renderer using Electron. It is meant to accompany Steve Kinney's session on Building a desktop application with Electron (Part 1 and Part 2) at O'Reilly's Fluent Conference 2016 and JSConf Colombia.

Want to build your own?

  1. Fork the repo: https://github.com/stevekinney/firesale-tutorial
  2. Follow the tutorial

To run locally

  1. install node if you haven't already
  2. run npm install to get all dependencies
  3. run npm start
  4. bask in the glory of my creation