Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 284 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 284 Bytes

Viaduc

Web interface for Viabilitree

Build & Run##

First, build the javascript:

$ cd viaduc
$ sbt
> go // Build the client JS files and move them to the right place

Then, start the server:

> jetty:start // Start the server

Finally, browse localhost:8080