Join us for 48 hours of coding, creativity, and collaboration. Push the boundaries of what's possible and build the future.
HackInfinity is a hackathon project aimed at fostering innovation and creativity. This repository contains the source code for the HackInfinity website.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/pietaicteidealab/hackinfinity.git cd hackinfinity -
Install dependencies:
npm install --legacy-peer-deps
-
Run the development server:
npm run dev
The development server will start at
http://localhost:3000.
After starting the development server, you can open your browser and navigate to http://localhost:3000 to see the website in action.
We welcome contributions from the community. If you would like to contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bugfix:
git checkout -b your-branch-name
-
Make your changes and commit them with a clear message.
-
Push your changes to your fork:
git push origin your-branch-name
-
Create a pull request to the main repository.
-
Clone the repository:
git clone https://github.com/pietaicteidealab/hackinfinity.git cd hackinfinity -
Create a new branch for your feature or bugfix:
git checkout -b your-branch-name
-
Make your changes and commit them with a clear message.
-
Push your changes to the repository:
git push origin your-branch-name
-
Create a pull request to the main branch.
This project is licensed under the MIT License. See the LICENSE file for more details.