docs: add safe local testing guide

This commit is contained in:
Eli Fayerman 2026-05-04 20:09:05 -04:00
parent d9690965b5
commit fce2f2d941
3 changed files with 92 additions and 1 deletions

View file

@ -24,6 +24,9 @@ cp backend/.env.example backend/.env
cp frontend/.env.local.example frontend/.env.local
```
Before adding real secrets or uploading documents, read
[`docs/safe-local-testing.md`](docs/safe-local-testing.md).
Run `backend/migrations/000_one_shot_schema.sql` in the Supabase SQL editor for a fresh database.
Start the backend: