aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 6e4e7c4ab1379aae3935ffed08e6b40a25cf3242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# satscalc.com

A simple Bitcoin calculator

### Development

Run with yarn
```
yarn dev
```

Run with Docker
```
make build run
```