Skip to content

Commit 8f7e1ea

Browse files
fix: updated the running from code guide
1 parent fa0335e commit 8f7e1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/linkstash-website/docs/user-guide/from-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can also run LinkStash from the code.
2828
```
2929
3. Start the application
3030
```bash
31-
npm -w=apps/linkstash-backend start
31+
npm start
3232
```
3333
3. **Start the frontend**
3434
1. Make sure you are in the frontend directory (assuming you are in repo root)

0 commit comments

Comments
 (0)