Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 339 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 339 Bytes

How to contribute to Linkout

Setup

  1. Clone the project
  2. Install using "npm install"
  3. Go to the lib folder and copy the file __tests__/test.example.js to __tests__/test.js
  4. Write a new LinkedIn service and test it inside of __tests__/test.js
  5. Run your test with "npm run start"

Building

Run "npm run build"