Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 6a02f5c

Browse files
committed
Merge pull request #13 from Offirmo/master
enhanced README with contributing instructions
2 parents 9245300 + 5ca0944 commit 6a02f5c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,15 @@ Track By does not work. Use at your own peril.
9191
</table>
9292

9393
Please contact [email protected] for any questions or problems.
94+
95+
== Contributing ==
96+
97+
```
98+
npm install -g karma karma-cli karma-jasmine karma-chrome-launcher
99+
```
100+
101+
Then from root directory :
102+
```
103+
./scripts/buildScalyr.js
104+
./scripts/startJsTester
105+
```

0 commit comments

Comments
 (0)