https://github.com/devlopersabbir/buy-me-coffee-clone
Online payment application
https://github.com/devlopersabbir/buy-me-coffee-clone
Last synced: about 1 year ago
JSON representation
Online payment application
- Host: GitHub
- URL: https://github.com/devlopersabbir/buy-me-coffee-clone
- Owner: devlopersabbir
- Created: 2023-12-04T11:35:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T21:08:03.000Z (over 2 years ago)
- Last Synced: 2025-02-23T06:15:17.468Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 123 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Buy Me Coffee Clone
Open source ✔
### Contributing Rules ⚒
1. Identify an [Issue](https://github.com/devlopersabbir/buy-me-coffee-clone/issues) or feature to add
2. Check posted Issues to see if your issue has already been posted
3. If not, create a new Issue (see directions below)
4. Frok `buy-me-coffee-clone` repository to your GitHub or clone from here
```bash
https://github.com/devlopersabbir/buy-me-coffee-clone
```
5. Creat a new branch and switch to your OWN branch
```bash
git checkout -b newBranchName
```
6. Complete your work and push that branch
7. Come back to this repo and create a Pull Request to merge your branch with the fix/feature (see directions below)