This is what you need to install:
- NodeJS v6 or higher
Then open a shell and clone the repository to your local machine.
To ensure everything is working, run this command from the root of the repository:
npm install
This will install the dependencies, compile the library source and run the suite of tests.
The coding style is based on Prettier and can be validated from the command line:
npm run is-it-pretty
To ensure your changes match the formatting, just run this before committing:
npm run prettify
Or add prettier integration for your editor for first-class support.