Skip to content

authzed/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://localhost:3000

Run linters:

pnpm run lint