You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ For ease of use, each environment has a DNS name that always points to the lates
37
37
Installing the correct versions of node and npm can be done by installing [`volta`](https://volta.sh/). Volta will automatically get those versions from the package.json file. Once that's done, the required steps to develop and test the dApp interface locally are as follows:
38
38
39
39
1. Clone the repository: i.e. Run `git clone git@github.com:bosonprotocol/interface.git`
40
-
2. Navigate into the directory & install dependencies: i.e. Run `cd interface && npm ci`
40
+
2. Navigate into the directory & install dependencies: i.e. Run `cd interface && pnpm install`
41
41
3. Copy the `.env.example` file to `.env` and fill out any necessary values.
42
-
4. Start the application: i.e. Run `npm run dev`
42
+
4. Start the application: i.e. Run `pnpm dev`
43
43
5. Navigate to `http://localhost:3000/` in a browser.
0 commit comments