Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 451 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 451 Bytes

M-Edit


An online markdown editor built using react-markdown.

Interface

M-Edit interface

Getting Started

  1. Fork and then clone the repository
  2. Navigate to the m-edit folder and run:
npm install
npm run dev
  1. Go to http://localhost:5173/ to visit the site

Build the project:

npm run build and npm run preview to see the preview of production build.