mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 18:19:08 +00:00
revert readme change about pnpm...didnt know that actually existed haha
This commit is contained in:
parent
cb0c65b15e
commit
9867dbd536
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ For local frontend setup just fill out the `.env` file of frontend.
|
|||
|--|--|
|
||||
| NEXT_PUBLIC_FASTAPI_BACKEND_URL | Give hosted backend url here. Eg. `http://localhost:8000`|
|
||||
|
||||
1. Now install dependencies using `npm install`
|
||||
2. Run it using `npm run dev`
|
||||
1. Now install dependencies using `pnpm install`
|
||||
2. Run it using `pnpm run dev`
|
||||
|
||||
You should see your Next.js frontend running at `localhost:3000`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue