This repo was created with Create React App. Therefore, the usual react-scripts are available in this project.
Recommended system versions
node 18.x
npm 8.x
npm install
npm start
Husky is configured with lint-staged to run ESLint, Stylelint and Prettier on the staged files, and then type-check the application before committing your changes.
We follow SemVer convention to update the version for each release.