Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hogelog/imgview
- Owner: hogelog
- Created: 2012-09-24T01:05:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-25T15:50:18.000Z (over 12 years ago)
- Last Synced: 2023-04-13T16:16:52.878Z (almost 2 years ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!