Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 419 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 419 Bytes

FlowDrawing

Use Wolkflow to draw flow-chart directly.

Usage

  git clone https://github.com/Scott1743/FlowDrawing.git

To install GraphViz

MAC OS:

brew install GraphViz

Ubuntu:

sudo apt-get install graphviz

In FlowDrawing root path:

bundle install

unicorn

Open 'localhost:8080' in your browser. Have Fun :)