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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user