-
Notifications
You must be signed in to change notification settings - Fork 2
pitfail/pitfail-demo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
server/ -- Main application, provides the database & model, twitter
interaction, and website. Build with './sbt' in the server
directory.
android/ -- Android application (runs on Android devices).
facebook/ -- Facebook application (seperate server program that interacts with
the main server). Build with eclipse.
To Run the Server:
$ cd server
$ ./sbt \~jetty-run