Just updated some stuff, I'm inclined towards minimalist design like that, but custom css selector is something on the to-do list.
Also I looked into what you mentioned about the dependencies, I think maybe you built it using
>yarn install or npm install
instead of:
>yarn build
There's a subfolder with its own package.json so yarn build takes care of that.
I also want to get this into an executable so people can just extract-and-run and also create a browser-based frontend that's compatible with the same p2p database in the backend as the desktop client.
And I upped the replication factor on the seedbox node (and also made this into a config option, if you want to replicate everything instead of having it be dynamic, set replicationFactor to 1 in config/config.json) hopefully that will help avoid issues with data availability. If there are particular boards you'd like me to seed in addition to the defaults, let me know.