Clone the master branch
cd frontend
npm install
npm start
npm run format (Make sure you have prettier installed)
npm run lint (Make sure you have eslint installed)
- Get a JWT token with the role you want (Team Lead, Module Lead, Developer)
- Edit
localstorage
in browser console, addd-token
as Key and the JWT as Value - Refresh the page