Overview:
Hacktober Fest 2023 is a celebration of the 10th anniversary of Hacktoberfest, where individuals are encouraged to sign up and contribute to open source projects. By forking repositories, making pull requests, and solving assigned issues, participants have the opportunity to win digital swags and help make a global impact. The event is beginner-friendly and aims to foster collaboration and learning in the open-source community.
Features:
- Sign up for Hacktoberfest and contribute towards open source.
- Beginner-friendly environment for individuals to learn and explore.
- Fork repositories, code, and make pull requests to make a global impact.
Installation:
- Create an issue or get an issue assigned to yourself.
- Fork the repository using the button at the top right corner.
- Clone the repository to your local machine using the command below:
git clone https://github.com/your-username/CyberCell-New.git - Create a new branch for your modifications using the command:
git branch new-user - Install dependencies by running the following command:
cd ./CyberCell\_Web\ npm install - Start the development server by running:
npm run dev - After running the server, you can view the app at http://localhost:5173/.
- Make changes as per the assigned issue.
- Add your changes using the command:
git add . - Commit your changes with a message:
git commit -m "Added Changes" - Push your changes to the new branch:
git push origin new-user - Open a Pull Request to the main repository from your profile page.
Summary:
Hacktober Fest 2023 is a great opportunity for individuals to contribute to open source projects and learn in a beginner-friendly environment. By forking repositories, coding, and making pull requests, participants can make a global impact while having the chance to win digital swags. The installation guide provided helps individuals through the process of installing and contributing to the project.