After cloning the repo, run npm install --legacy-peer-deps to install dependencies.
If your commit fails, it is probably due to code style problems. Run npm run check to check for code style problems and run npm run fix to fix problems that can be fixed automatically (e.g. indentation).
Start development server by running npm run start.
Create a production build by running npm run build.