sliit-foss / sliitfoss

SLIIT FOSS Community Official Website
https://sliitfoss.org
MIT License
19 stars 56 forks source link
angular hacktoberfest sliitfoss typescript

SLIIT FOSS Community Website

Firebase CI/CD

Technology Stack

sliit-foss-tech

Contributors

Setup Instructions

  1. Clone the Repo and run below command to set the environment variables.
npm run config

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 with meaningful name. For an example navbar. See the guide for the more details Link_
git checkout -b feature/<BRANCH_NAME>
  1. Construct a .env file in the format of the provided .env.test file at the root with the required keys (You'll need a firebase account and email.js account to get the keys)

  2. Do your modifications

  3. 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