Markdown Mermaid Editor
MD Editor
Features
- Markdown editing and preview
- Mermaid diagram support
Prerequisites
Installation
- Clone the repository:
git clone https://github.com/your-username/md-editor.git
cd md-editor
Install dependencies:
yarn install
Usage Running the Application To start the application in development mode, run:
yarn start
Building the Application To build the application for distribution, run:
yarn build
The built application will be located in the dist directory.
Project Structure
md-editor
├── build
│ └── icon.ico (optional, application icon)
├── main
│ ├── index.html
│ ├── style.css
│ └── script.js
├── main.js
├── package.json
└── README.md
Configuration
package.json
json