git ssb

0+

punkmonk / double



Commit 98627fd6bc0b024c3ddfe4bbe1f0a5bf18e9cbde

updated readme

austinfrey committed on 1/18/2019, 2:19:16 PM
Parent: 4e7a3a4c0b9ff50a3a59087217db6efdafc92d61

Files changed

README.mdchanged
README.mdView
@@ -1,7 +1,9 @@
11 # double
2-double entry accounting app. inspired by (hypercore-accounting) and uses
3-ssb/flume modules instead of hypercore.
2 +double entry accounting app. inspired by
3 +[hypercore-accounting](https://github.com/aks-/hypercore-accounting) and uses
4 +ssb/flume modules instead of hypercore. does not really share anything
5 +other than the idea though.
46
57 # warning
68 this repo is a mess. `master` branch has a prototype working with
79 FlumeDB. the `sbot-db` has a prototype working with scuttlebutt.
@@ -13,8 +15,12 @@
1315 dat://wittjosiah.hashbase.io/2018/07/08/scuttlebutt-intro-test-playground.html
1416
1517
1618 ## Commands
19 +when using with SSB, make sure you set the `ssb_appname` environment
20 +variable to point to your testnet config as described in the testnet
21 +instructions above.
22 +
1723 Command | Description |
1824 -----------------------|--------------------------------------------------|
19-`$ npm run electro` | start electron application
25 +`$ npm run electro` | start double as an electron application
2026 `$ npm run electro:clean` | delete databases/indexes, start electron application

Built with git-ssb-web