ahmed-rivet-convex
v1.0.26
Published
Zero Sync Engine with Convex Adapter - Local-first sync framework with pokeDirect, pusher interceptor, and cookie getter for bridging Zero with Convex as source of truth.
Maintainers
Readme
Zero
Documentation
https://zero.rocicorp.dev/docs/introduction
Install
npm install @rocicorp/zeroContributing
Building and Installing locally
To build and install the package locally, run the following commands:
git clone [email protected]:rocicorp/mono.git
cd mono
npm install
npm run build
cd packages/zero
npm packThis creates a tgz (tarball) file in the packages/zero directory. You can then install this package in another project by running:
npm install /path/to/rocicorp-zero-<VERSION>.tgz