- Figma Design
- How to contribute
- I really want to contribute but where do I start?
- Recommended VS Code Extensions
- Clone the project to your own machine.
git clone https://github.com/ms-club-sliit/minihackathon-2024.git
- Checkout to the development branch.
git checkout development
- Create a branch using the git checkout command. Git Branching Naming Convention is recommended.
git checkout -b <your-new-branch-name>
- Stage your changes and commit with a meaningful commit message. Conventional Commits is recommended.
git add .
git commit -m "<initial commit>"
- Push your work back up to github.
git push origin <add-your-branch-name>
- 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