A minimal Solid browser app - JSS + mashlib in Electron
npm install solid-browserA minimal Solid browser app - JSS + mashlib in Electron.
``bash`
npx solid-browser
`bash`
npm install -g solid-browser
solid-browser
`bash`
git clone https://github.com/JavaScriptSolidServer/solid-browser.git
cd solid-browser
npm install
npm start
Edit config.json:
`json``
{
"port": 3011,
"width": 1200,
"height": 800,
"root": "./data"
}
AGPL-3.0