Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Before you start, install these tools on your system:
1. Fork the repository on GitHub.
2. Clone your fork to your local machine:
```bash
git clone https://github.com/<your-username>/achord-store.git esnafca
git clone https://github.com/<your-username>/Esnafca.git esnafca
cd esnafca
```
3. Add the upstream remote:
3. Add the upstream remote to keep your fork in sync:
```bash
git remote add upstream https://github.com/itisbehrouz/achord-store.git
git remote add upstream https://github.com/itisbehrouz/Esnafca.git
```

### 3. Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Instead of heavy corporate marketplace models, Esnafça provides a lean, hyper-l

### 1. Clone the repository
```bash
git clone https://github.com/itisbehrouz/achord-store.git esnafca
git clone https://github.com/itisbehrouz/Esnafca.git esnafca
cd esnafca
```

Expand Down Expand Up @@ -174,7 +174,7 @@ npm run build
## 🤝 Contributing

Contributions, issues, and feature requests are welcome.
Check the [issues page](https://github.com/itisbehrouz/achord-store/issues) for open tasks.
Check the [issues page](https://github.com/itisbehrouz/Esnafca/issues) for open tasks.

Please read our [Contributing Guidelines](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) before you start.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Behrouz Bagherzadeh <contact@achord.io>",
"repository": {
"type": "git",
"url": "https://github.com/itisbehrouz/achord-store.git"
"url": "https://github.com/itisbehrouz/Esnafca.git"
},
"keywords": [
"nextjs15",
Expand Down
Loading