Skip to content

Commit f3d19b8

Browse files
committed
Merge branch 'master' into development
with latest PR into master - note: we should direct all PRs to development branch
2 parents 601c1b4 + 8d4abf4 commit f3d19b8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ If you want to help develop this library, here are the steps to get started:
6262
6363
4. Develop!
6464
65-
Create a new folder called `/experiments` in the project's root folder. Create an `index.html` file inside `/experiments` and add the following:
65+
Run this command from the root of the project:
66+
67+
```bash
68+
npm run manual-test
69+
```
70+
71+
This creates a new folder called `/manual-test` in the project's root folder. Create an `index.html` file inside `/manual-test` and add the following:
6672

6773
```html
6874
<!DOCTYPE html>

0 commit comments

Comments
 (0)