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-6
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,13 @@ 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: `yarn install`
9
-
3. Build everthing `yarn build`
10
-
4. Run tests: `yarn test`
8
+
2. Install dependencies: `npm install`
9
+
3. Build everything `npm run build`
10
+
4. Run tests: `npm run test`
11
11
5. Run end to end tests using Playwright:
12
12
```bash
13
-
yarn build-and-serve
14
-
# in another terminal:
15
-
yarn test:e2e # add --debug to step through the tests
13
+
npm run test:e2e # add `-- -- --debug` to step through the tests
16
14
```
15
+
6. Test search manually: `npm run serve`
17
16
18
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