An open API service indexing awesome lists of open source software.

https://github.com/fmpwizard/specs-lift


https://github.com/fmpwizard/specs-lift

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Install Java, Simple Build Tool

http://code.google.com/p/simple-build-tool/

Run:

git clone git://github.com/fmpwizard/specs-lift.git

Then cd into specs-lift and type:
sbt

At the sbt prompt, type:
update

#This may take a while the first time, it will download dependences.

Then:

>test

and you will see the test pass :)

if you want to see the UI, do

>jetty-run

and go to:

http://127.0.0.1:8080/main-tab?v=2.3.4.00

Enjoy!

Diego