Sats-first personal finance management
dinsro - s1 is a treasury of money d1=s2.
At this moment, this server should in no way be considered secure. Do NOT publicly expose any instance with connections to a mainnet node.
Use at your own risk!
For up to date setup information, check the Runbook
To start a web server for the application, run:
bb server-production
To build a production docker image, run:
bb build-image
- To build and watch the front-end for changes, run:
bb watch-cljs
- To start a web server for the application development, run:
bb run
Then navigate to http://localhost:3000/
To view status of frontend, go to http://localhost:9630/
To view workspaces, go to http://localhost:9631/
docker run -p 3000:3000 duck1123/dinsro:latest
Test data can be loaded by running
bb seed
or, from a repl:
(dinsro.components.seed/seed-db!)
bb test
Copyright © 2023 Duck Nebuchadnezzar duck@kronkltd.net