Skip to content

doryphores/dirty-bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages