8000 GitHub - ms-club-sliit/minihackathon-2024: Mini Hackathon 2024 official website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ms-club-sliit/minihackathon-2024

Repository files navigation

MS Club - Mini Hackathon 2024

Quick Links

  1. Clone the project to your own machine.

git clone https://github.com/ms-club-sliit/minihackathon-2024.git

  1. Checkout to the development branch.

git checkout development

  1. Create a branch using the git checkout command. Git Branching Naming Convention is recommended.

git checkout -b <your-new-branch-name>

  1. Stage your changes and commit with a meaningful commit message. Conventional Commits is recommended.
git add .
git commit -m "<initial commit>"
  1. Push your work back up to github.

git push origin <add-your-branch-name>

  1. Submit a Pull request to the development branch so that we can review your changes. Learn about creating a pull request.

We got your back. Here are some FREE resources for you to strengthen your web development skills and start firing some commits

Next.js

Tailwind CSS

About

Mini Hackathon 2024 official website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 14

0