https://github.com/rocicorp/zero-docs
Documentation for Zero
https://github.com/rocicorp/zero-docs
Last synced: 9 months ago
JSON representation
Documentation for Zero
- Host: GitHub
- URL: https://github.com/rocicorp/zero-docs
- Owner: rocicorp
- License: apache-2.0
- Created: 2024-11-25T18:21:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T17:08:21.000Z (about 1 year ago)
- Last Synced: 2025-07-01T17:42:53.963Z (about 1 year ago)
- Language: MDX
- Homepage: https://zero-docs-self.vercel.app
- Size: 8.53 MB
- Stars: 16
- Watchers: 8
- Forks: 34
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Zero Documentation
This is the repository for the Zero documentation, available at [zero.rocicorp.dev](https://zero.rocicorp.dev).
It is built with [Next.js](https://nextjs.org/) and deployed on [Vercel](https://vercel.com/).
## Getting Started
To get started, clone the repository and install the dependencies:
```bash
git clone https://github.com/rocicorp/zero-docs.git
cd zero-docs
npm install
```
Then, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Building
To build the site for production, run:
```bash
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.