git ssb

1+

mixmix / scuttle-shell



Tree:
📄.gitignore
📄README.md
📄app.bat
📄host-app.js
📄icon.ico
📄icon.png
📄package-lock.json
📄package.json
📁scripts
📄scuttleshell.json
📄server.js
README.md

Hermie The Crab

Scuttle Shell

This is a Secure Scuttlebutt system tray application. It provides an always-running sbot for your local system.

Install globally

$ npm install -g

You can run the app by executing scuttleshell on your terminal.

Setup

This application is built with NodeJS. To set it up run:

$ npm install

This should set it up. If anything fails you can check your setup with

Checking your setup

Depending on your running operating system, you can check the configuration using:

$ npm run check

or

$ npm run check-win

Running Setup (again)

If anything went wrong during the setup or if you rename the folder this app is in, you can redo the setup with:

$ npm run install

Built with git-ssb-web