Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.07 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.07 KB

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/NSCC-SRM/recruitment24.git
  1. Navigate into the project directory:
cd recruitment24
  1. Install the necessary packages:
npm install
  1. Run the development server:
npm start
# OR 
npm run dev
# OR
yarn dev

Branching

  1. Open your terminal or command prompt in your code editor.
  2. Create a new branch and switch to it.
    git checkout -b new-branch-name
    
  3. Push the branch to GitHub:
    git push -u origin branch-name
    

Format for naming branch: type/issue-id-short-description