A custom markdown editor built on Electron to manage a website's content.
I recommend using nvm
to manage your node environment.
You can install it from brew on OSX:
$ brew install nvm
For other platforms, follow [these instructions]((https://github.com/creationix/nvm).
If you have nvm installed, simply run the following after cloning the repository:
$ nvm install
Run the following to install Electron and dependencies. The script ensures native modules are built for Electron.
$ ./scripts/install
THe previous step should have installed the Electron binary so you can start the app by running the npm start
script.
$ npm start