-
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