Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 647 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 647 Bytes

MarkPro - Markdown Editor

Craft Perfect READMEs and Documentation with Ease

An intuitive markdown editor with the range of sleek, customizable templates made to help create professional README files for any software project, personal portfolios, and API documentation, great for developers and creatives who want to make their work shine in both clarity and style.

Run Locally

Clone the project

  git clone https://github.com/amitkroutthedev/markdown-editor.git

Go to the project directory

  cd markdown-editor

Install dependencies

  npm install

Start the server

  npm run dev