Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 259 Bytes

propnotes

$ 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:

localStorage.clear();