Skip to content

Latest commit

 

History

History
94 lines (60 loc) · 4.46 KB

File metadata and controls

94 lines (60 loc) · 4.46 KB

HackInfinity

Join us for 48 hours of coding, creativity, and collaboration. Push the boundaries of what's possible and build the future.

Table of Contents

Introduction

HackInfinity is a hackathon project aimed at fostering innovation and creativity. This repository contains the source code for the HackInfinity website.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/pietaicteidealab/hackinfinity.git
    cd hackinfinity
  2. Install dependencies:

    npm install --legacy-peer-deps
  3. Run the development server:

    npm run dev

    The development server will start at http://localhost:3000.

Usage

After starting the development server, you can open your browser and navigate to http://localhost:3000 to see the website in action.

Contributing

We welcome contributions from the community. If you would like to contribute, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bugfix:

    git checkout -b your-branch-name
  3. Make your changes and commit them with a clear message.

  4. Push your changes to your fork:

    git push origin your-branch-name
  5. Create a pull request to the main repository.

For those who have access to this repository:

  1. Clone the repository:

    git clone https://github.com/pietaicteidealab/hackinfinity.git
    cd hackinfinity
  2. Create a new branch for your feature or bugfix:

    git checkout -b your-branch-name
  3. Make your changes and commit them with a clear message.

  4. Push your changes to the repository:

    git push origin your-branch-name
  5. Create a pull request to the main branch.

License

This project is licensed under the MIT License. See the LICENSE file for more details.