Skip to content
GitHub

Rafiki style guide

Before committing changes

Your PR title must contain the appropriate prefix (probably docs:).

Run the following command in the /packages/documentation directory:

npx prettier . --write

After a Starlight upgrade

cd <to project folder>
pnpm install
cd packages/documentation
pnpm start