ThulinaWickramasinghe / sliitfoss

SLIIT FOSS Official Website

Home Page:https://sliitfoss.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLIIT FOSS Community Website

Firebase CI/CD

Technology Stack

sliit-foss-tech

Contributors

Contribution Guide

  1. Fork the repository

  2. Clone the repository

git clone https://github.com/<YOUR_USERNAME>/sliitfoss.git
  1. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
  1. Do your modifications

  2. Stage Changes and commit

git add .
git commit -m "<Commit message>"
  1. Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
  1. Make a Pull Request. See the guide for more details Link

This project was generated with Angular CLI version 10.1.1

About

SLIIT FOSS Official Website

https://sliitfoss.org

License:MIT License


Languages

Language:HTML 36.2%Language:TypeScript 33.9%Language:CSS 27.5%Language:JavaScript 1.6%Language:Dockerfile 0.7%