secure scuttlebutt client using „modern“ web development technologies.
ngx-ssb-client is an approach to the secure scuttlebutt network using „modern“ technologies like angular, ngxs and semantic ui.
If you want to give it a try checkout the release page
You want to dive into the internals? Please do so! ngx-ssb-client uses a loose interpretation of git flow, so feel free to submit pull requests, I'm more than happy to review and incorporate them!
If you have the luxury to be able to use nvm I highly recommend it to you to use it.
So to get started punsh these incantation into your shell and start hacking:
$ nvm use # only if you have nvm installed
$ npm i
$ npm run start