Anders Rune Jensen committed 1.1.3Latest: 0acc474 on 1/29/2020, 2:38:25 PM | |
📄 | README.md |
📁 | assets |
📁 | css |
📄 | generate-release.js |
📄 | hermies.gif |
📄 | index.html |
📁 | js |
📄 | package.json |
📄 | turtle-flipped.png |
📄 | turtle.png |
📄 | write-dist.js |
README.md
ssb-turtle
SSB-turtle is a way to run multiple ssb-browser applications from the same domain. Instead of having a central store for apps, you load apps from your friends. All data for the apps are fetched as messages and blobs and stored locally so the apps can run offline.
Running locally
npm run build
will compile the javascript and write files to the
dist dir in a cache-busting friendly manner. To test locally it is
recommended to run a http server from this directory.
Built with git-ssb-web