https://zero.rocicorp.dev/docs/introduction
npm install @rocicorp/zeroTo build and install the package locally, run the following commands:
git clone git@github.com: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