Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 283 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 283 Bytes

Contributing

First, install using yarn:

(cd app && yarn)
(cd rxfiddle-js-collector && yarn)
yarn build
yarn distlibs
yarn webpack-dev-server --watch

Testing

You can find samples of the expected output in the dist folder after running the tests (npm run test).