- Tech Stack
- Figma Design
- How to contribute
- I really want to contribute but where do I start?
- Contributors
-
Fork the repo on GitHub.
-
Clone the project to your own machine.
git clone https://github.com/<YOUR_USERNAME>/sliit-poson-web.git
- Create a branch using the git checkout command.
git checkout -b <your-new-branch-name>
- Stage your changes and commit with a meaningful commit message.
git add .
git commit -m "<initial commit>"
- Push your work back up to your fork.
git push origin <add-your-branch-name>
- Submit a Pull request 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
React.js
Tailwind CSS