Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hogelog/imgview

web-based imgview tool.
https://github.com/hogelog/imgview

Last synced: 24 days ago
JSON representation

web-based imgview tool.

Awesome Lists containing this project

README

        

1. Launch [SBT](http://www.scala-sbt.org/).

```
./sbt
```

2. Run Jetty

```
container:start
```

3. Go to http://localhost:8080/.

4. Learn more at http://www.scalatra.org/stable/book.

5. Happy hacking!