Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 641 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 641 Bytes

NITH-HUB(Under Development)

This project is a work in progress built using React, Vite, and Tailwind CSS. It's designed to be a starting point for building modern, performant, and style-driven web applications.

Project Setup

Prerequisites:

Installation:

  1. Clone this repository:

    git clone https://github.com/Resources-Website/NITH-HUB
    
  2. Navigate to the project directory:

    cd your-project-name
  3. Install dependencies:

    npm install
  4. Development Server:

    npm run dev