Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/gondler-sample
Sample application for gondler
https://github.com/rosylilly/gondler-sample
Last synced: 5 days ago
JSON representation
Sample application for gondler
- Host: GitHub
- URL: https://github.com/rosylilly/gondler-sample
- Owner: rosylilly
- Created: 2013-10-14T01:22:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T01:29:33.000Z (about 11 years ago)
- Last Synced: 2024-12-22T13:14:53.135Z (15 days ago)
- Language: Go
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Gondler Sample
Sample application for [gondler](http://aduca.org/gondler).
## How to run
```
$ git clone https://github.com/rosylilly/gondler-sample.git
$ cd gondler-sample
$ gem install gondler
$ gondler install
...
$ gondler go run main.go
$ open dist.html
```