Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 432 Bytes

CONTRIBUTE-GUIDE.md

File metadata and controls

16 lines (12 loc) · 432 Bytes

Contribute Guide

Issues

Open issues on issue tab

PR and Code Contribution

  • Clone the project
  • npm install
  • Main source code to be manipulated will be the index.ts file
  • after implementation compile ts file by typing make in root directory
  • add test to the test/test.js file
  • run the test with npm test
  • test must pass!

If everything works then don't forget to add yourself under contributors package.json