- File issues.
- Edit/write documentation.
- Submit pull requests.
- Test in different environments.
- Raise awareness.
The Following tools are getting used:
TypeScriptas primary language - https://www.typescriptlang.org/rollupfor build - https://rollupjs.org/nodejsduring development - https://nodejs.org/npmfor dependency management, packaging and distribution - https://www.npmjs.com/gitfor version control - https://git-scm.com/
Instructions on setting up development environment:
- Install
nodeandnpm- https://nodejs.org/ - Checkout code from GitHub - you may fork the code first into your GitHub account.
- Use
npm ito install dependencies:$ npm i
- Checkout a new branch.
- Make code changes (src/specs)
- Build:
$ npm run build
- To raise a PR, please follow GitHub guidelines. Raise an issue if you are unclear.