Skip to content

Ecell-IITR/Esummit22-frontend

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Install pre-commit hooks for code formatting:

npm install -g pre-commit
pre-commit install

For linting : yarn lint