Skip to content

Commit

Permalink
Merge pull request #4 from MuhammadSaadSiddique/master
Browse files Browse the repository at this point in the history
add contributors
  • Loading branch information
MuhammadSaadSiddique authored Jan 15, 2024
2 parents d26b219 + 87d0d5a commit b4eaaeb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/contributor_list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Contributor List
on:
push:
branches:
- master
jobs:
contributor_list:
name: Contributor List
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: docker://cjdenio/contributor_list:latest
with:
commit_message: 📝 Update contributors list
# Max number of contributors to display on the README
max_contributors: 1000 # Default: 10
# This enables showing contribution numbers on the README.
# ⚠️ THIS WILL PUSH TO THE REPO AFTER EVERY COMMIT ⚠️
show_numbers: true # Default: false
# Markdown heading level for the contributors section
header_level: 3 # Default: 2
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- DO NOT REMOVE - contributor_list:data:start:["MuhammadSaadSiddique", "YousraMashkoor"]:end -->
## Setup your Environment

navigate to backend folder and run the following commands
Expand All @@ -17,6 +18,9 @@ export DB_PASSWORD=your-pwd
export DB_HOST=localhost
export DB_NAME=quranicsci-db
'''
```

## Run the server
Expand All @@ -32,3 +36,15 @@ npm install
npm start
```
# [Join Discord server for discussion](https://discord.gg/kWJjnFW3eK)

<!-- prettier-ignore-start -->
<!-- DO NOT REMOVE - contributor_list:start -->
### 👥 Contributors


- **[@MuhammadSaadSiddique](https://github.com/MuhammadSaadSiddique)** (3 contributions)

- **[@YousraMashkoor](https://github.com/YousraMashkoor)** (1 contribution)

<!-- DO NOT REMOVE - contributor_list:end -->
<!-- prettier-ignore-end -->

0 comments on commit b4eaaeb

Please sign in to comment.