duck1123 / dinsro

Sats-First Budget Management

Home Page:https://dinsro.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dinsro

Sats-first personal finance management

dinsro - s1 is a treasury of money d1=s2.

Disclaimer

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!

Setup

For up to date setup information, check the Runbook

Running Without Tilt

To start a web server for the application, run:

bb server-production

To build a production docker image, run:

bb build-image

Developing Without Tilt

  • 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

docker run -p 3000:3000 duck1123/dinsro:latest

Seeding data

Test data can be loaded by running

bb seed

or, from a repl:

(dinsro.components.seed/seed-db!)

Testing

bb test

Live Demo

License

Copyright © 2023 Duck Nebuchadnezzar duck@kronkltd.net

About

Sats-First Budget Management

https://dinsro.com

License:MIT License


Languages

Language:Clojure 98.1%Language:Smarty 0.7%Language:Earthly 0.6%Language:Python 0.2%Language:Shell 0.1%Language:HTML 0.1%Language:Emacs Lisp 0.1%Language:JavaScript 0.1%Language:Mustache 0.0%Language:Nix 0.0%Language:Makefile 0.0%Language:Less 0.0%