docs: corrected startup command mistake
This commit is contained in:
parent
918924874b
commit
963a37292d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -48,19 +48,19 @@ cd client
|
||||||
pnpm install
|
pnpm install
|
||||||
|
|
||||||
# Install server dependencies
|
# Install server dependencies
|
||||||
cd ../server
|
cd server
|
||||||
bun install
|
bun install
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Start the development servers:
|
3. Start the development servers:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Start the backend server
|
|
||||||
cd server
|
|
||||||
pnpm run dev
|
|
||||||
|
|
||||||
# In a new terminal, start the frontend
|
# In a new terminal, start the frontend
|
||||||
cd client
|
cd client
|
||||||
|
pnpm run dev
|
||||||
|
|
||||||
|
# Start the backend server
|
||||||
|
cd server
|
||||||
bun run dev
|
bun run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue