Skip to content

edenbd1/hackathon_IBM_DIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Welcome to the IBM Hackathon! πŸŽ‰

This repository serves as a template to help you get started quickly.
Follow the project structure, fork the repo, and clone it locally to begin.


1. Fork the Repository

  1. Click Fork (top right) to create a copy under your own account
  2. Make sure the fork is public
    If it isn't, go to:
    Settings β†’ Change repository visibility β†’ Public

2. Clone the Repository

Once you have forked the repository:

# Clone your fork (replace <your-user> and <repo> with your info)
git clone https://github.com/<your-user>/<repo>.git

# Move into the project folder
cd <repo>

3. Contribute

Create a new branch for each feature or fix:

git checkout -b feature/my-awesome-feature

Commit your changes:

git add .
git commit -m "Add: my awesome feature"
git push origin feature/my-awesome-feature

4. Quick Rules

βœ… Keep your fork public during the hackathon
βœ… Follow the template's structure
❓ For any questions: contact kryptosphere@devinci.fr


5. Have Fun and Good Luck!

Good luck during the IBM Hackathon β€” build, learn, and most importantly: have fun! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published