Flack is a Rack app for the flor workflow engine.
make migrate
make start
open http://localhost:7007/
Warning: this serves an API, not some fancy web interface.
Based on HAL (spec and draft), URI Template, and CURIE.
map '/flack' do
run Flack::App.new('flor/')
# starts a flack app whose flor unit uses the tree at flor/
end
MIT, see LICENSE.txt