This is a sandbox for experimenting with Lift.
It is forked from simply_lift.
To build and test the application,
./sbt update `~jetty-run`
You can now access it at http://localhost:8080/.
sbt
will watch for source changes and rebuild AND restart jetty
, so you can
just leave this command running while you work. It's like magic.