Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```