🚀 Welcome to our Community Hackathon! Join us in this exciting coding adventure where developers from all backgrounds collaborate to create innovative solutions. This open-source project, hosted on GitHub, offers a platform for skill-sharing, creativity, and learning. Together, we'll tackle real-world challenges, build meaningful applications, and foster a thriving developer community. Contribute, learn, and make an impact with us during this Hackathon season. Your ideas and code can help shape the future. Let's code for change, inspire innovation, and celebrate the spirit of collaboration. Join us now and be a part of something extraordinary! 🌟
The event is organised by Hacker Space, the official coding community of Meghnad Saha Institute of Technology.
To get a local copy up and running, follow these simple example steps.
Make sure you have Node.js and npm installed on your system.
Download NodeJS
from Nodejs.org
-
Clone the repo
git clone https://github.com/Hackerspace2023/hack-the-future.git
-
Install NPM packages
npm install
-
Start the development server
npm run dev
-
Open the browser and go to this url
https://localhost:3000/
To deploy this project run
npm run build
Then upload the dist
folder to any deployable server
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the Project
-
Create your Feature Branch
git checkout -b feature/AmazingFeature
-
Commit your Changes
git commit -m "Add some AmazingFeature"
-
Push to the Branch
git push origin feature/AmazingFeature
-
Open a Pull Request