Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.94 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.94 KB

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