Welcome to the CSE Alumniate Frontend repository!
Follow these steps to set up the frontend locally:
-
Clone the Repository:
git clone https://github.com/your-username/cse-aluminate-frontend.git
-
Navigate to the Project Directory:
cd cse-aluminate-frontend
-
Install Dependencies:
npm install
-
Create a New Branch:
git branch your-github-name/landing-page/section-name
-
Verify Branch Creation:
git branch* main your-github-name/landing-page/section-name -
Switch to Your Branch:
git checkout your-github-name/landing-page/section-name -
Verify Branch Switch:
git branchmain *your-github-name/landing-page/section-name
8 Start and run in developement mode
npm run dev