From 9867dbd536e3bd93012fcbe11ea32930cab42b7b Mon Sep 17 00:00:00 2001 From: Adamsmith6300 Date: Fri, 11 Apr 2025 17:08:30 -0700 Subject: [PATCH] revert readme change about pnpm...didnt know that actually existed haha --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91fb52c..c890b2d 100644 --- a/README.md +++ b/README.md @@ -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`