mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
c7c077c21c
Added heko request to readme
6 lines
146 B
Bash
6 lines
146 B
Bash
#!/usr/bin/env bash
|
|
|
|
watchify src/mermaid.js -s mermaid -o dist/mermaid.js &
|
|
gulp live-server &
|
|
node node_modules/eslint-watch/bin/esw src -w
|