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 nvmFor other platforms, follow [these instructions]((https://github.com/creationix/nvm).
If you have nvm installed, simply run the following after cloning the repository:
$ nvm installRun the following to install Electron and dependencies. The script ensures native modules are built for Electron.
$ ./scripts/installTHe previous step should have installed the Electron binary so you can start the app by running the npm start script.
$ npm start