You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system is best described as a federated system right now, running a node without telling others about it won't help the network on its own (aside from mirroring the content in the case of catastrophe on my part) but it will give you a local playground and if you tell others about your peer it will help to split the load.
Running that should give you a local peer running on localhost:4444 and the code in packages/notabug represents the UI
If you're primarily interested in UI dev your best bet is to cd into packages/notabug and run
"yarn uidev"
I don't have the process of running an indexer/tabulator documented yet because I'm working on an overhaul to that code to better support multiple cores/machines.
I'd love to know how to get involved in this project, even if it's just running a p2p node. I'd also like to run a frontend for personal/private use.
I'm quite technical, so I'm happy to pitch in and write docs or a Dockerfile or other such. Is there a place you normally chat/collaborate?
The text was updated successfully, but these errors were encountered: