Skip to content

akshaya-cp/LIT_COUNCIL_WEBSITE

Repository files navigation

LIT_COUNCIL_WEBSITE

A brief description of the project, its purpose, and key information.

Table of Contents

Introduction

This project is a React-based website template set up using Vite, featuring hot module replacement (HMR) and some ESLint rules. It includes components for a navbar, teams, feedback, and more.

Features

  • React setup with Vite
  • Hot Module Replacement (HMR)
  • Customizable components
  • Easy content management
  • Organized assets folder

Installation

Follow these steps to set up the project locally:

# Clone the repository
git clone https://github.com/your-username/LIT_COUNCIL_WEBSITE.git

# Change to the project directory
cd LIT_COUNCIL_WEBSITE

# Install dependencies
npm install

# Start the development server
npm run dev