Skip to content

mohsenfallahnjd/md-reader

Repository files navigation

The Markdown reader

This Markdown reader app, used from react-markdown.

Getting Started

You can clone this repo and check files. in Home module, i made a MarkdownEditor component that emit textarea value to ReactMarkdown reader and render it 😃.

Development

Cloning the repo, then run the development server.

yarn install

yarn dev

Open https://localhost:5173 with your browser to see the result.