Skip to content

NSCC-SRM/recruitment24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dfbaeb2 · Aug 26, 2024

History

84 Commits
Jul 20, 2024
Jul 20, 2024
Aug 26, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Aug 26, 2024
Aug 25, 2024
Aug 25, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published