Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 337 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 337 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

  • Run tests npm run test

  • Build distribution files with npm run build