Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 449 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 449 Bytes

nabbyl server CircleCI

The server API for nabbyl.com.

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install dependencies using NPM: npm install
  3. Make the necessary changes and ensure that the tests are passing using npm test
  4. Send a pull request