Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ms-club-sliit/minihackathon-2025

Repository files navigation

MS Club - Mini Hackathon 2025

Quick Links

  1. Clone the project to your own machine.

git clone https://github.com/ms-club-sliit/minihackathon-2025.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 2025 official website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8