Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlopersabbir/buy-me-coffee-clone
Online payment application
https://github.com/devlopersabbir/buy-me-coffee-clone
Last synced: 4 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T21:08:03.000Z (about 1 year ago)
- Last Synced: 2023-12-28T21:19:29.536Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- 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)