Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 437 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 437 Bytes

Contributing

Bug reports

File an issue with a reproducible example of the problem.

Testing

After cloning the repository, run npm install && npm start. Then open a browser to http://localhost:8080/test/browser/ to execute the tests.

After making code changes, run npm run prepare in a separate console window before refreshing the browser to ensure all tests still pass.