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

https://github.com/andybons/propnotes

A tool to help generate Go proposal review meeting minutes
https://github.com/andybons/propnotes

Last synced: about 1 year ago
JSON representation

A tool to help generate Go proposal review meeting minutes

Awesome Lists containing this project

README

          

# propnotes

```sh
$ npm install
$ go run ./cmd/data > data.js
$ npm run start
```

State is saved locally via `localStorage`, making it safe to reload.

If you would like to clear your local state, open the console and type:

```js
localStorage.clear();
```