- Confirm Password
- Change Login/LogOut/Register to SignIn/SignOut/SignUp
- Accept Only IITP Mails and RollNos
- Toggle View Password
- Change Logos and Links below
- Add Application page similar to Jobs
- Start Backend Server prior to this. Refer this.
- Install dependencies.
yarn
- Modify
.env
file.- Change
REACT_APP_SERVER_URL
to Server URL. Most probably, It will behttp://localhost:8000
. - New contents of
.env
file should be as below.REACT_APP_SERVER_URL=http://localhost:8000
- Unlike Backend Repo, This
.env
is included in Git. So, Make sure to revert this file changes before pushing it. (Ofcourse, We'll be reviewing it before merging it.)
- Change
- Start dev server.
vercel dev --listen 3000
- Done 🎉️🎉️