Zero Documentation
July 22, 2025 ยท View on GitHub
This is the repository for the Zero documentation, available at zero.rocicorp.dev.
It is built with Next.js and deployed on Vercel.
Getting Started
To get started, clone the repository and install the dependencies:
git clone https://github.com/rocicorp/zero-docs.git
cd zero-docs
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Building
To build the site for production, run:
npm run build
This will generate a production-ready build in the .next directory.
Contributing
We are happy to accept contributions! Please fork the repository and create a pull request with your changes. One of the maintainers will review your pull request as soon as possible.
We use ESLint for linting. Please run npm run lint before submitting your pull request.