mirror of
https://github.com/willchen96/mike.git
synced 2026-06-14 20:55:13 +02:00
docs: add safe local testing guide
This commit is contained in:
parent
d9690965b5
commit
fce2f2d941
3 changed files with 92 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue