Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1012 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 1012 Bytes

Issues/Feedback/Requests

  • Create a new issue here, please be as descriptive as possible.

Building the Project Locally

  • Install node.js
  • Clone/Fork the repo
  • Install dependencies with npm install
  • Generate the browser distributable Javascript file with npm run build
    • Or npm run watch to automatically build when files are modified.
  • This project makes use of eslint, run npm run test:static for linting and npm run test:ava for basic unit testing. If you have the types compiled you can also run npm run test:types.

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.