Follow these steps to make your first contribution in under 15 minutes.
git checkout -b docs/first-prpnpm install
pnpm devIf Prisma models changed:
pnpm prisma generate
pnpm prisma migrate dev --name initpnpm build
git add -A
git commit -m "docs: clarify getting started step"
git push origin HEADWe’ll help you land it. Welcome aboard.