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