This is the repo for the SDK's documentation site.
To run the sample, cd
into v4-sample
first and follow the instructions in the sample.md file.
Before raising a pull request, please run the following tests:
yarn test:links
yarn test:lint
Markdown linting errors can be fixed automatically (with some luck) by running:
yarn fix:lint