Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 437 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 437 Bytes
  • Install Node

  • Fork and clone git clone https://github.com/MY-USERNAME/xhook

  • Enter project cd xhook

  • Install deps with npm install

  • Watch src for changes and will then compile into dist, lib and es with npm start

    • Make sure you have prettier installed, and you are reformatting on save
  • Run tests npm run test

  • Build distribution files with npm run build