https://github.com/zapzapme/zapzap-web
ZapZap Zappety Zap
https://github.com/zapzapme/zapzap-web
bitcoin cats lightning-network tipping zaps
Last synced: 12 months ago
JSON representation
ZapZap Zappety Zap
- Host: GitHub
- URL: https://github.com/zapzapme/zapzap-web
- Owner: ZapZapMe
- Created: 2025-01-25T17:23:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T11:09:34.000Z (about 1 year ago)
- Last Synced: 2025-04-14T16:52:51.979Z (about 1 year ago)
- Topics: bitcoin, cats, lightning-network, tipping, zaps
- Language: JavaScript
- Homepage: https://beta.zap-zap.me
- Size: 11.2 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ZapZap tipping webapp
Paste a tweet URL ➡️ pay the invoice ➡️ they are notified ➡️ tips are instantly sent to their wallet!
### Using Docker to just run the frontend
```bash
docker build -t zapzap-web -f Dockerfile
docker run -p 3000:3000 -v .:/src zapzap-web # live editing
```
## Releasing with semantic-release
To automate the release process, project uses [semantic-release](https://semantic-release.gitbook.io/semantic-release/).
For more information on how to write commit messages that will be recognized by semantic-release, refer to the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
To create a new release, simply run:
```bash
npm run release
```
This will analyze your commits, generate release notes, update the changelog, and create a new release on GitHub.
View the [Firebase Console](https://console.firebase.google.com/u/0/project/zapzap-me/hosting/sites/beta-zap-zap-me) for status


# License
Copyright 2025 ZapZap Heavy Industries
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.