Skip to content

ScientificClubofESI/cse-aluminate-frontend

Repository files navigation

CSE Alumniate Frontend

Welcome to the CSE Alumniate Frontend repository!

Getting Started

Follow these steps to set up the frontend locally:

  1. Clone the Repository:

    git clone https://github.com/your-username/cse-aluminate-frontend.git

  2. Navigate to the Project Directory:

    cd cse-aluminate-frontend

  3. Install Dependencies:

    npm install

  4. Create a New Branch:

    git branch your-github-name/landing-page/section-name

  5. Verify Branch Creation:

    git branch
    

    Ensure that the list contains:

    * main
    your-github-name/landing-page/section-name
    
  6. Switch to Your Branch:

    git checkout your-github-name/landing-page/section-name
    
  7. Verify Branch Switch:

    git branch
    

    Ensure that the list contains:

    main
    *your-github-name/landing-page/section-name
    

8 Start and run in developement mode

npm run dev

Releases

No releases published

Packages

 
 
 

Contributors