Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhh/go-readme
Readme is a small Go web-app for notes.
https://github.com/jhh/go-readme
Last synced: 27 days ago
JSON representation
Readme is a small Go web-app for notes.
- Host: GitHub
- URL: https://github.com/jhh/go-readme
- Owner: jhh
- License: mit
- Created: 2016-06-07T14:12:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T22:44:12.000Z (over 6 years ago)
- Last Synced: 2024-12-16T03:42:14.603Z (about 1 month ago)
- Language: CSS
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-readme
Readme is a small app for notes.
## Usage
Uses [foreman](https://github.com/ddollar/foreman) or equivalent to start with specified environment.
```
$ cd readme
$ cp .env.example .env
$ vi .env
$ foreman start
```