Skip to content

RavindranathTagor/Web-Dev-Project-for-Hacktoberfest2023

 
 

Repository files navigation

Web-Dev-Project-for-Hacktoberfest2023

Lets get deep dive into open Source.

☄🌠 This year Marks the 10th anniversary of Hacktoberfest, and we all can Celebrate🎉

🎯 Sign up for Hacktober, Learn and contribute towards Open Source, Fork repos make pull requests etc, and win digital swags and get a tree planted 🎄

🎆 Open Sorcery Hacktoberfest 2023: Contribute to open source, learn. Beginner-friendly. Explore issues, fork, code, and make a global impact. Let's collaborate!

🎐 Submit your first contribution to a participating project to get started with Hacktoberfest2023!

How to Contribute:

👨‍💻INSTRUCTIONS👩‍💻

Contributions to the project are welcome. Please create an issue or get an issue assigned to youself first.

  • Fork this Repository using the button at the top on right corner.

  • Clone this repo to you local Machine git clone https://github.com/your-username/CyberCell-New.git

  • Carve your own path with a new branch for your modifications and you can also do google search of how to push and open pull requests, this is a learning process (ie. git branch new-user or simply do git checkout -b new-user, Check all branches git branch to see all branches)

  • Install dependencies:

  • cd .\CyberCell_Web\

  • npm install

  • Start the development server:

  • npm run dev

  • After running the development server, you can view the app at (http://localhost:5173/)

Make changes as per issue assigned.

  • Add your changes:

  • git add .

  • git commit -m "Added Changes"

  • git push origin new-user

    Open a Pull Request to main Repo from your profile page.

    You made your Contribution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.5%
  • CSS 26.7%
  • JavaScript 6.9%
  • Other 0.9%