Issues which have the label can be worked on by anyone. You're welcome to fork the project and raise a pull request.
Pull requests must be fully tested. Test filenames use the .test.js
extension. React components are tested with react-testing-library.
npm run start
Runs the webpack-dev-server.npm run build
Builds the static asset.npm run lint
Runsprettier
. This script is run automatically before every commit.npm run test
Runs the tests (**/*.test.js
).