mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-18 00:07:39 +01:00
Updated the docs to use PNPM instead of NPM because there were errors with NPM.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user