https://github.com/marksteve/kuwago
Old hackathon entry
https://github.com/marksteve/kuwago
Last synced: 8 months ago
JSON representation
Old hackathon entry
- Host: GitHub
- URL: https://github.com/marksteve/kuwago
- Owner: marksteve
- Created: 2014-05-09T03:08:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T04:24:07.000Z (about 8 years ago)
- Last Synced: 2025-03-25T16:22:16.797Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://kuwago.marksteve.com
- Size: 289 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kuwago
## Setup
```sh
$ docker build --rm -t kuwago .
$ docker run --rm -ti -p 8000:8000 -v `pwd`:/src kuwago
```