https://github.com/naturalclar/riot-markdown-editor
https://github.com/naturalclar/riot-markdown-editor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/naturalclar/riot-markdown-editor
- Owner: Naturalclar
- Created: 2018-01-04T03:31:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T04:57:31.000Z (over 2 years ago)
- Last Synced: 2025-02-16T09:27:10.910Z (over 1 year ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Riot-Markdown-Editor
A Simple Markdown Editor created with Riot.js and Electron.
[](https://circleci.com/gh/Naturalclar/riot-markdown-editor) [](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)