GitBook source code for mermaid website.
yarn install
yarn watch
open http://localhost:4000
Edit markdown / images / styles
files in content
folder.
Make sure you have cloned mermaid website to the same parent folder as this project.
yarn release
cd ../mermaidjs.github.io && git commit -a && git push