Skip to content

datenknoten/ngx-ssb-client

Repository files navigation

ngx-ssb-client

secure scuttlebutt client using „modern“ web development technologies.

pipeline status latest release

ngx-ssb-client screenshot

ngx-ssb-client is an approach to the secure scuttlebutt network using „modern“ technologies like angular, ngxs and semantic ui.

Installation

If you want to give it a try checkout the release page

Development setup

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