aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2023-04-26 17:49:25 -0700
committerbndw <ben@bdw.to>2023-04-26 17:49:25 -0700
commit8686078ae801fdc15df5a40ee158a43373d37c1c (patch)
treef8807fa764e917c6c4cdd30dcff31aa4bb060da8 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
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
3A simple Bitcoin calculator
4
5### Development
6
7Run with yarn
8```
9yarn dev
10```
11
12Run with Docker
13```
14make build run
15```