Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 324 Bytes

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

  1. Run jest tests
  2. Run eslint

If you can encounter an error, you can run npm run lint or npm run lint:fix

  1. Test the production build