Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 459 Bytes

Count them beans

By Tim Farland [email protected]. Displays use of a GCounter conflict-free replicated data type (CRDT), web workers, signals, and virtual dom.

Required

node, npm, typescript, webpack

Develop

npm install
npm run dev

To get workers to run, serve the docs folder, e.g. with cd docs; python -m SimpleHTTPServer. You can use the shortcut npm run serve for this.

Build

npm install
npm run build