/docs

Documentation website for Authzed & SpiceDB

Primary LanguageMDXApache License 2.0Apache-2.0

Docs

License Links Build Status Mailing List Discord Server Twitter

This project houses the Authzed & SpiceDB documentation website.

See CONTRIBUTING.md for instructions on how to contribute and perform common tasks like building the project and running tests.

Getting Started

Install pnpm:

brew install pnpm

Install dependencies:

pnpm install

Run a development server:

pnpm run dev

Now you should be able to see the docs rendered at http://localhost:3000

Run linters:

pnpm run lint