Please use yarn.
Please use Node.js version 13.
yarn install
yarn build
Please follow the StandardJS coding style.
PRs can only be merged if the linting GitHub action succeeds.
You can lint locally with:
yarn lint
Tests can be locally launched with:
yarn test
PRs can only be merged if the tests succeed.
Please do not commit specific editor files or directories such as .vscode.
If you need to create them locally, please add them to the .gitignore.
Happy coding!