An interactive React Mermaid live editor that lets users write or paste Mermaid syntax and instantly generate visual diagrams with real-time preview and export capabilities.
The React showcase demo can be accessed at the following location: Live Demo
To install the application dependencies, use the following command:
npm install
To Build the application, use the below command,
npm run build
To run the sample in the browser with live reload, use the following command:
npm run start