An open API service indexing awesome lists of open source software.

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

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.