From 4e7dc166193be5e9b9da5af9ee32961f7b777e32 Mon Sep 17 00:00:00 2001 From: keiwanmosaddegh Date: Mon, 15 Dec 2025 11:33:58 +0100 Subject: [PATCH] chore: Update README.md with correct local dev instructions (#238) * Update README.md * remove the trailing newline * remove the trailing newline --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 036edc06..ec2091b8 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ You can find the how to [here](https://openpanel.dev/docs/self-hosting/self-host ### Start ```bash +pnpm install +cp .env.example .env +echo "API_URL=http://localhost:3333" > apps/start/.env + pnpm dock:up pnpm codegen pnpm migrate:deploy # once to setup the db @@ -110,4 +114,4 @@ You can now access the following: - API: https://api.localhost:3333 - Bullboard (queue): http://localhost:9999 - `pnpm dock:ch` to access clickhouse terminal -- `pnpm dock:redis` to access redis terminal \ No newline at end of file +- `pnpm dock:redis` to access redis terminal