Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 396 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 396 Bytes

GDSC DevSprint'22 Website

This is the official website of GDSC DevSprint'22.

How to run app locally

  1. Clone the repository
git clone https://github.com/GDSC-KIIT/devsprint22-website.git

cd devsprint22-website
  1. Install dependencies
npm install
  1. Run the website
npm run dev

Made using Next.js

Deployed on Vercel