Skip to content

Commit 112ff60

Browse files
authored
docs: update readme with local development instructions
1 parent 54b541a commit 112ff60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ We use `pnpm` as our package manager. To install all dependencies, run:
2828
pnpm install
2929
```
3030

31+
### Running Locally
32+
33+
```bash
34+
cd apps/web/
35+
pnpm dev
36+
```
37+
3138
### Useful Commands
3239

3340
| Command | Description |

0 commit comments

Comments
 (0)