Skip to content

aryanGupta-09/IIIT-Delhi-CSE-Website

 
 

Repository files navigation

IIIT-Delhi-CSE-Website

The official website for IIIT-Delhi's CSE Department.

Demo

https://cse-iiitd.vercel.app/

Tech Stack

Next.js React Material UI Tailwind CSS HTML5 CSS3 JavaScript

Installation

  1. Clone the repo
  git clone https://github.com/aryanGupta-09/IIIT-Delhi-CSE-Website.git
  1. Go to the project directory
  cd IIIT-Delhi-CSE-Website
  1. Install NPM packages
  npm install
  1. Start the development server
  npm run dev