Running website: https://trie-viz.herokuapp.com
Install graphviz:
# Debian, Ubuntu, etc...
$ sudo apt-get install graphviz
# Arch
sudo pacman -S graphviz
# RedHat, etc...
$ sudo yum install graphviz
Add this line to your application's Gemfile:
gem 'trie-viz'
And then execute:
$ bundle
Or install it yourself as:
$ gem install trie-viz
Foreground mode:
$ GUI=true rspec
Background:
$ rspec
$ bundle exec./bin / server
Open http://localhost:4567/ in your browser
Bug reports and pull requests are welcome on GitHub at https://github.com/sbezugliy/trie-viz.