Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suryarajendhran/markdown-editor


https://github.com/suryarajendhran/markdown-editor

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Markdown editor

![GitHub top language](https://img.shields.io/github/languages/top/suryarajendhran/markdown-editor)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/suryarajendhran/markdown-editor)
![GitHub](https://img.shields.io/github/license/suryarajendhran/markdown-editor)

Markdown editor is a cross-platform desktop application built using [ElectronJS](https://www.electronjs.org/) for working with markdown files. It is currently in development.

## Installation

Clone this repository and use [yarn](https://classic.yarnpkg.com/en/docs/install) to install the dependencies.

```bash
git clone https://github.com/suryarajendhran/markdown-editor.git
cd markdown-editor
yarn
```

## Usage
Currently, the project only runs in development mode. Building and packaging will be implemented later.

```bash
yarn start
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)