From 8686078ae801fdc15df5a40ee158a43373d37c1c Mon Sep 17 00:00:00 2001 From: bndw Date: Wed, 26 Apr 2023 17:49:25 -0700 Subject: Initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e4e7c4 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# satscalc.com + +A simple Bitcoin calculator + +### Development + +Run with yarn +``` +yarn dev +``` + +Run with Docker +``` +make build run +``` -- cgit v1.2.3