chore: Update README.md with correct local dev instructions (#238)

* Update README.md

* remove the trailing newline

* remove the trailing newline
This commit is contained in:
keiwanmosaddegh
2025-12-15 11:33:58 +01:00
committed by GitHub
parent 0f9ac4508a
commit 4e7dc16619

View File

@@ -98,6 +98,10 @@ You can find the how to [here](https://openpanel.dev/docs/self-hosting/self-host
### Start ### Start
```bash ```bash
pnpm install
cp .env.example .env
echo "API_URL=http://localhost:3333" > apps/start/.env
pnpm dock:up pnpm dock:up
pnpm codegen pnpm codegen
pnpm migrate:deploy # once to setup the db pnpm migrate:deploy # once to setup the db