/viaduc

Primary LanguageScalaGNU Affero General Public License v3.0AGPL-3.0

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