Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mj-hd/gum
Simple Web Application Framework
https://github.com/mj-hd/gum
Last synced: about 1 month ago
JSON representation
Simple Web Application Framework
- Host: GitHub
- URL: https://github.com/mj-hd/gum
- Owner: mj-hd
- Created: 2015-02-10T08:42:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T13:12:24.000Z (about 9 years ago)
- Last Synced: 2024-10-09T09:13:53.192Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gum
## インストール
クローンする。
```
git clone http://github.com/mjhd-devlion/gum.git
```config/config.go.exampleを開き、自分の環境に合わせて設定をし、config/config.goとして保存する。
```
make
./main
```
を実行する。