Hexafalls 2025 is JIS University’s premier 32-hour hackathon inspired by Gravity Falls. Participants solve real-world challenges in AI, Blockchain, IoT, HealthTech, FinTech, EdTech, and Open Innovation, fostering creativity and teamwork. Join us to unleash your creativity and build innovative solutions!!
- Event Name: Hexafalls 2025 ⚡
- Duration: 32 hours 🕰️
- Themes: AI, Blockchain, IoT, HealthTech, FinTech, EdTech, and Open Innovation 🏆
- Organizer: JIS University 🏫
- Location: JIS University Campus 📍
- Registration: Hexafalls Devfolio 🔗
- Website: Hexafalls Official Website 🔗
Follow these steps to set up the project locally:
- Clone the Repository:
git clone https://github.com/your-username/hexafalls.git cd hexafalls - Install Dependencies: Make sure you have Node.js installed. Then, run:
npm install- Start the Development Server:
npm run devThis will start the Vite development server. Open your browser and navigate to http://localhost:3000.
- Build for Production: To create a production build, run:
npm run build- Preview the Production Build: To create a production build, run:
npm run previewWe welcome contributions to Hexafalls! Follow these steps to contribute:
- Fork the Repository: Click the "Fork" button on the top right of this repository to create your own copy.
- Clone Your Fork:
git clone https://github.com/your-username/hexafalls.git cd hexafalls - Create a New Branch:
git checkout -b feature-branch-name
- Make Changes: Add your changes or new features.
- Run Tests: Ensure your changes don't break anything by running :
npm test - Commit Your Changes:
git commit -m "Description of your changes" - Push to Your Fork:
git push origin feature-branch-name
- Create a Pull Request: Go to the original repository and click "New Pull Request". Provide a clear description of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or issues, feel free to reach out via the Hexafalls Official Website or connect with us on our social media platforms.
Happy Hacking!