Skip to content

PhilippFr/hackalog-frontend

 
 

Repository files navigation

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 npm. If npm isn't installed, refer here.
npm install
  1. Run the development server.
npm run 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.1%
  • JavaScript 11.0%
  • CSS 1.9%