@lewisl9029/zero
v0.23.2025081401-1
Published
Zero is a web framework for serverless web development.
Downloads
11
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