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 startRuns the webpack-dev-server.npm run buildBuilds the static asset.npm run lintRunsprettier. This script is run automatically before every commit.npm run testRuns the tests (**/*.test.js).