The home for hackathons organized under COPS IIT (BHU), built on Next.js.
For setting up the development environment, follow the steps given below.
-
For making changes to the project, fork this repository using the green button on this page.
-
Clone your fork or this repository, as applicable.
git clone https://github.com/<username>/hackalog-frontend.git
# OR
# git clone https://github.com/COPS-IITBHU/hackalog-frontend.git
cd hackalog-frontend
- Install the required packages using yarn. If yarn isn't installed, refer here.
yarn
- Run the development server.
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying the project as required. The page auto-updates as you edit the file.
For first-time contributors, be sure to read the contribution guidelines here.