Skip to content

Commit

Permalink
Change Readme to reflect the changes in the pnpm version (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrdich authored May 25, 2024
1 parent ece2d69 commit 691b7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Running the frontend:
1. Navigate to the frontend directory: `cd frontend`
2. Install node `node:18.17.1`
3. Install PNPM: `npm install -g pnpm` `pnpm:>=8.0.0`
3. Install PNPM: `npm install -g pnpm@9.1.2` `pnpm:9.1.2`
4. Install Dependencies: `pnpm install`
5. start the application in dev mode: `pnpm dev`
6. production build: `pnpm build`
Expand Down

0 comments on commit 691b7c8

Please sign in to comment.