Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 848 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 848 Bytes

Dirty Bomb

A custom markdown editor built on Electron to manage a website's content.

Node requirements

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

Install dependencies

Run the following to install Electron and dependencies. The script ensures native modules are built for Electron.

$ ./scripts/install

Starting the app

THe previous step should have installed the Electron binary so you can start the app by running the npm start script.

$ npm start