Skip to content

E-Cell-IITP/Startup-Portal-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List


  • 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

Local Development

  • 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 be http://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.)
  • Start dev server.
    vercel dev --listen 3000
  • Done 🎉️🎉️