Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Mobelux/docdown-editor

Repository files navigation

DocDown Editor

A desktop application for editing DocDown and previewing the results.

Development

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

Run

You can run the application using the following command:

$ npm run dev

Note: requires a node version >= 6 and an npm version >= 3.

Basis

Built from the electron-react-boilerplate.