This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
- Clone the repository to your local machine:
git clone https://github.com/NSCC-SRM/recruitment24.git
- Navigate into the project directory:
cd recruitment24
- Install the necessary packages:
npm install
- Run the development server:
npm start
# OR
npm run dev
# OR
yarn dev
- Open your terminal or command prompt in your code editor.
- Create a new branch and switch to it.
git checkout -b new-branch-name
- Push the branch to GitHub:
git push -u origin branch-name
Format for naming branch: type/issue-id-short-description