- Node LTS
- npm
- Clone the repository
- Run
npm installto install required dependencies.
npm run testwill run passing test suitesnpm run test:failingwill run test suites with failing testsnpm run lintwill lint all of the files with xonpm run formatwill run lint with--fixoption on all the examples files (and tests).
Code is licensed under the MIT License.