Updated the docs to use PNPM instead of NPM because there were errors with NPM.

This commit is contained in:
Github11200
2024-04-02 22:39:54 -07:00
parent db1c4e75e7
commit e06be007ea

View File

@@ -67,10 +67,10 @@ Go to the frontend folder
cd apps/web
```
This will install all the dependencies needed for the frontend
This will install all the dependencies needed for the frontend, and for this you will need [pnpm](https://pnpm.io/).
```shell copy
npm i
pnpm i
```
Add an .env file in the front folder with the following content
@@ -92,7 +92,7 @@ NEXT_PUBLIC_LEARNHOUSE_DOMAIN=localhost:3000
Run the dev environment
```shell copy
npm run dev
pnpm run dev
```
### Get to the install page