diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e4e7c4 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # satscalc.com | ||
| 2 | |||
| 3 | A simple Bitcoin calculator | ||
| 4 | |||
| 5 | ### Development | ||
| 6 | |||
| 7 | Run with yarn | ||
| 8 | ``` | ||
| 9 | yarn dev | ||
| 10 | ``` | ||
| 11 | |||
| 12 | Run with Docker | ||
| 13 | ``` | ||
| 14 | make build run | ||
| 15 | ``` | ||
