Skip to content

Commit 44dffe8

Browse files
committed
Add contributing docs
1 parent ce73952 commit 44dffe8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,23 @@ This applies to file paths matching any of the following globs:
118118
- `**/fixtures/**/*.?(c|m)[jt]s?(x)`
119119

120120
<!-- end autogenerated -->
121+
122+
## 🫴 Contributing
123+
124+
Node.js installation is a prerequisite (LTS version). Install dependencies with NPM:
125+
126+
```sh
127+
npm install
128+
```
129+
130+
To execute tests:
131+
132+
```sh
133+
npm test
134+
```
135+
136+
To generate documentation:
137+
138+
```sh
139+
npm run docs
140+
```

0 commit comments

Comments
 (0)