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: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ Thank you for your interest in contributing to the project!
5
5
To get up and running, follow these steps:
6
6
7
7
1. Clone the repository
8
-
2. Install dependencies: `npm install`
9
-
3. Build everything `npm run build`
10
-
4. Run tests: `npm run test`
8
+
2. Install dependencies: `pnpm install`
9
+
3. Build everything `pnpm run build`
10
+
4. Run tests: `pnpm run test`
11
11
5. Run end to end tests using Playwright:
12
12
```bash
13
-
npm run test:e2e # add `-- -- --debug` to step through the tests
13
+
pnpm run test:e2e # add `-- -- --debug` to step through the tests
14
14
```
15
-
6. Test search manually: `npm run serve`
15
+
6. Test search manually: `pnpm run serve`
16
16
17
17
You can view debug information at http://localhost:3000/\_\_docusaurus/debug (generated by [@docusaurus/plugin-debug](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-debug))
0 commit comments