An open API service indexing awesome lists of open source software.

https://github.com/naturalclar/riot-markdown-editor


https://github.com/naturalclar/riot-markdown-editor

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Riot-Markdown-Editor

A Simple Markdown Editor created with Riot.js and Electron.
[![CircleCI](https://circleci.com/gh/Naturalclar/riot-markdown-editor.svg?style=shield)](https://circleci.com/gh/Naturalclar/riot-markdown-editor) [![Greenkeeper badge](https://badges.greenkeeper.io/Naturalclar/riot-markdown-editor.svg)](https://greenkeeper.io/)

## Cloning Repository

`git clone https://github.com/Naturalclar/riot-markdown-editor`

## Installing Dependencies

`yarn install`

## Build Application

`yarn build`

## Test Application

`yarn start`

Reference:

[Riot.js](http://riotjs.com/)
[Creating Markdown Editor with Riot+Electron](https://qiita.com/supple/items/2cc58ee5c9bc11832596)