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
|
||||
|
||||
# Install server dependencies
|
||||
cd ../server
|
||||
cd server
|
||||
bun install
|
||||
```
|
||||
|
||||
3. Start the development servers:
|
||||
|
||||
```bash
|
||||
# Start the backend server
|
||||
cd server
|
||||
pnpm run dev
|
||||
|
||||
# In a new terminal, start the frontend
|
||||
cd client
|
||||
pnpm run dev
|
||||
|
||||
# Start the backend server
|
||||
cd server
|
||||
bun run dev
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue