hackalog-frontend icon indicating copy to clipboard operation
hackalog-frontend copied to clipboard

The home for hackathons organized under COPS IIT(BHU).

COPS Hackalog Netlify Status

The home for hackathons organized under COPS IIT (BHU), built on Next.js.

Getting Started

For setting up the development environment, follow the steps given below.

  1. For making changes to the project, fork this repository using the green button on this page.

  2. 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
  1. Install the required packages using yarn. If yarn isn't installed, refer here.
yarn
  1. 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.

Contributing

For first-time contributors, be sure to read the contribution guidelines here.