Start the Application 2 ways: Docker: run bash script startapp.sh Manualy: run npm install, then npm start or npm run start:dev (locally) CI Checks Run jest tests Run eslint If you can encounter an error, you can run npm run lint or npm run lint:fix Test the production build