CONTRIBUTING.md

November 4, 2022 ยท View on GitHub

  • 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