Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 270 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 270 Bytes

Contributing

  1. Pick an issue
  2. Work
  3. Send PR
  4. Wait for review :)

How to set it up

  1. Fork this repository
  2. Clone your fork. E.g., git clone https://github.com/<your-username>/mtn-momo
  3. run npm install

How to run the unit tests

  1. Run npm test