Hi 👋
This is Vishnu. With inspiration from various online sources, I've built a markdown editor with React.
- Live preview.
- Support for multiple themes.
- Can export markdown as HTML.
- Syntax Highlighting.
First clone the repo with the command git clone https://github.com/vishnureddys/mkd.git
. Then enter into the directory with cd mkd
.
Now you can install all the dependencies with npm i
. Then to run the development server, run npm start
.
This is opensourced under the MIT License.
Feel free to raise an issue and contribute to it.