dev-docs/docs/@excalidraw/mermaid-to-excalidraw/development.mdx
This page relates to developing the @excalidraw/mermaid-to-excalidraw package itself.
To set up the library in local, follow the below steps 👇🏼
Go to @excalidraw/mermaid-to-excalidraw and clone the repository to your local.
git clone [email protected]:excalidraw/mermaid-to-excalidraw.git
Using npm
npm install @excalidraw/mermaid-to-excalidraw
Using yarn
yarn add @excalidraw/mermaid-to-excalidraw
yarn start
This will start the playground server in port 1234 and you start playing with the playground.
We will soon simplify creating release via commenting on GitHub PR similar till then you can create a release by following the below steps
yarn build
This will create the dist folder which we need to publish next.
Update the package name and version in package.json and run the below command to publish it
yarn publish
And thats all your test release is successfully created 🎉