How to Contribute
August 11, 2024 ยท View on GitHub
Issues/Feedback/Requests
- Create a new issue here, please be as descriptive as possible.
Building the Project Locally
- Install node.js v20 or greater
- Clone/Fork the repo
- Install dependencies with
npm install - Generate the browser distributable Javascript file with
npm run build- Or
npm run watchto automatically build when files are modified.
- Or
- This project makes use of eslint, run
npm run lintfor linting andnpm run testfor basic unit testing.
Building Typings Locally
- Export GH_TOKEN as an environment variable, using a generated Personal Access Token.
npm run build:types
Contributing Guidelines
- Please use descriptive commit messages.
- When submitting a Pull Request, reference related Issues if any exist.