A desktop application for editing DocDown and previewing the results.
To install dependencies you should have yarn installed. You can install with npm install -g yarn
.
Then you just run the yarn command to install dependencies:
$ yarn
You can run the application using the following command:
$ npm run dev
Note: requires a node version >= 6 and an npm version >= 3.
Built from the electron-react-boilerplate.