Skip to content

Repository for the Official Website of the CSNE Student Community of SLIIT

License

Notifications You must be signed in to change notification settings

ms-club-sliit/CSNE-SC-Official-Web

Repository files navigation

Official Website of the CSNE Student Community of SLIIT

Quick Links

  1. Clone the project to your own machine.

git clone https://github.com/ms-club-sliit/CSNE-SC-Official-Web.git

  1. Checkout to the dev branch.

git checkout dev

  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 dev 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