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.
Install pnpm:
brew install pnpmInstall dependencies:
pnpm installRun a development server:
pnpm run devNow you should be able to see the docs rendered at http://localhost:3000
Run linters:
pnpm run lint