FriendChise Docs
Smoke Test
A quick manual verification checklist after setup
Follow these steps one by one after you finish setup:
- Start the app with
pnpm dev. - Open the app in your browser.
- Go to the sign-in page.
- Sign in using a seeded dev user.
- Confirm you land on the main app without errors.
- Open the org switcher and confirm organizations load.
- Open a task page and confirm task details render.
- Check the timetable and confirm data loads.
- Open the admin area if your account has access.
- Confirm the page refresh still keeps your session intact.
What to look for
- No console errors
- No broken navigation
- No failed data loads
- No authentication loops
If something fails
- Re-check
.env.local - Re-run
pnpm seed - Re-run
pnpm prisma migrate deploy - Confirm your seed namespace matches the contributor setup
