Tenet Hack is the first edition of an annual hackathon organized by the IOIT ACM Student Chapter. This repository contains the source code for the official event website.
- Clone the repository:
git clone https://github.com/IOIT-ACM/hackathon && cd hackathon- Copy the environment file:
cp .env.example .envFill in the required environment variables.
Install dependencies:
pnpm installStart the development server:
pnpm run devContributions are welcome! If you’d like to contribute:
-
Fork the repository
-
Create a new branch for your feature or fix
-
Open a pull request
Please follow the coding style and commit guidelines used in the project.
This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.
This repository was originally forked from HackByte 3.0. We thank the creators for their work.
