- Node 10
- Yarn 1.x or npm
- Clone the repository
- Run
yarnornpm installinstalls all required dependencies.
Equivalent
npm run <script>should also work
yarn testwill run the tests in test.js (all should pass)yarn failwill run the tests with the required environment variable and therefore will failyarn lintwill lint all of the files with xoyarn formatwill run lint with--fixoption on all the examples files (and tests).
Code is licensed under the MIT License.