Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 604 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 604 Bytes

DSC BITS Hyderabad Website

This is a Next.js and TailwindCSS project built for the Google Developer student club BITS Pilani Hyderabad Campus Chapter.

Website is live at https://gdsc-bitshyderabad.vercel.app/

Run Locally

Clone the project

  git clone https://github.com/dscbitshyd/dsc.bitshyderabad.website.git

Go to the project directory

  cd dsc.bitshyderabad.website

Install dependencies

  npm install

Start the Development server

  npm run dev

Open http://localhost:3000 with your browser to see the result.