https://github.com/bndw/satscalc.com
satscalc.com
https://github.com/bndw/satscalc.com
Last synced: over 1 year ago
JSON representation
satscalc.com
- Host: GitHub
- URL: https://github.com/bndw/satscalc.com
- Owner: bndw
- Created: 2023-04-27T00:35:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T03:59:54.000Z (about 3 years ago)
- Last Synced: 2025-02-05T10:50:12.659Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://satscalc.com
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# satscalc.com
A simple Bitcoin calculator
### Development
Run with yarn
```
yarn dev
```
Run with Docker
```
make build run
```