This project was bootstrapped with Create React App, please read Facebook's documentation if needed.
Please use yarn.
Please use Node.js version 13.
Please follow the StandardJS coding style.
PRs can only be merged if the linting GitHub action succeeds.
You can lint locally with:
yarn lint
Please also follow the non-lintable general code style. Example: an empty line between external Node.JS packages and internal imports.
Also, feel free to discuss the code quality and technical decisions before working on a PR. We wouldn't like you to work for nothing on modifications we're not open to.
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.
You can install the Redux devtools extension, everything is already configured.
Happy coding!