Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Factors include:
Measures contributions to **other developers' repositories**.

✔ Only merged PRs are counted
✔ PRs to user's own repositories are excluded
✔ PRs to the user's own repositories are excluded

Factors include:

Expand Down Expand Up @@ -90,7 +90,7 @@ Final Score =
0.10 × Contribution Score
```

👉 ContributionScore is capped to prevent abuse.
👉 The ContributionScore is capped to prevent abuse.

---

Expand Down Expand Up @@ -123,7 +123,7 @@ Final Score =
* Tailwind CSS
* Recharts

### Api
### API

* Node.js + Express
* GitHub GraphQL API
Expand All @@ -139,8 +139,8 @@ Final Score =
### 1. Clone the repo

```bash
git clone https://github.com/your-username/devimpact.git
cd devimpact
git clone https://github.com/O2sa/DevImpact.git
cd DevImpact
```

---
Expand All @@ -153,7 +153,7 @@ pnpm install

---

### 3. Setup environment variables
### 3. Set up environment variables

Create a `.env` file:

Expand Down
Loading