solid-desktop
v0.0.6
Published
A minimal Solid desktop app - a thin Electron shell over jspod
Downloads
251
Maintainers
Readme
Solid Desktop
A thin Electron shell over jspod — your own Solid pod running locally, in a desktop window with a URI bar for visiting other people's pods.
On first start, jspod's bootstrap installs the default app bundle (home, app store, plaza, vellum, plume, charlie, file explorer, …) into your local pod and seeds the welcome / signin / account pages. Sign in with me / me (localhost only).
Quick Start
npx solid-desktopInstall Globally
npm install -g solid-desktop
solid-desktopDevelopment
git clone https://github.com/JavaScriptSolidServer/solid-desktop.git
cd solid-desktop
npm install
npm startConfigure
Edit config.json:
{
"port": 3011,
"width": 1200,
"height": 800,
"root": "./data"
}root is passed to jspod as --root. The first start populates it; subsequent starts are no-ops on the seed data.
License
AGPL-3.0
