Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sliit-foss/sliitfoss
SLIIT FOSS Community Official Website
https://github.com/sliit-foss/sliitfoss
angular hacktoberfest sliitfoss typescript
Last synced: about 1 month ago
JSON representation
SLIIT FOSS Community Official Website
- Host: GitHub
- URL: https://github.com/sliit-foss/sliitfoss
- Owner: sliit-foss
- License: mit
- Created: 2020-05-26T17:28:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T21:20:48.000Z (over 1 year ago)
- Last Synced: 2024-05-27T12:14:01.905Z (7 months ago)
- Topics: angular, hacktoberfest, sliitfoss, typescript
- Language: HTML
- Homepage: https://sliitfoss.org
- Size: 32.1 MB
- Stars: 18
- Watchers: 7
- Forks: 57
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SLIIT FOSS Community Website
![Firebase CI/CD](https://github.com/sliit-foss/sliitfoss/workflows/Firebase%20CI/CD/badge.svg)
## Technology Stack
## Contributors
## Setup Instructions
1. Clone the Repo and run below command to set the environment variables.
```bash
npm run config
```## Contribution Guide
1. Fork the repository
2. Clone the repository
```
git clone https://github.com//sliitfoss.git
```3. Create Feature branch and checkout
_Replace with meaningful name. For an example navbar. See the guide for the more details [Link](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow)_```
git checkout -b feature/
```5. 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)
5. Do your modifications
6. Stage Changes and commit
```
git add .
git commit -m ""
```7. Push Changes
```
git push --set-upstream origin feature/
```8. Make a Pull Request.
_See the guide for more
details [Link](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)_
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.1