npm run config
Fork the repository
Clone the repository
git clone https://github.com/<YOUR_USERNAME>/sliitfoss.git
git checkout -b feature/<BRANCH_NAME>
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)
Do your modifications
Stage Changes and commit
git add .
git commit -m "<Commit message>"
git push --set-upstream origin feature/<BRANCH_NAME>
This project was generated with Angular CLI version 10.1.1