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
- Host: GitHub
- URL: https://github.com/andybons/propnotes
- Owner: andybons
- License: mit
- Created: 2019-10-05T02:10:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:51:17.000Z (over 3 years ago)
- Last Synced: 2025-03-15T00:35:53.943Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://golang.org/s/proposal-minutes
- Size: 1.73 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```