a web/nodejs-based cross-platform desktop environment
like any other desktop environemnt it's just a visual interface for your computer. the twist with this one is that this one visual interface runs on the web (react) with his server (node) running on your computer
- interface for a cloud server (can possibly be used as a replacemnt for control panel)
- interface for small computers like the Raspberry Pi zero
- interface for controlling your computer over long distance
if you have any new feature or existing feature you wnat to create or improve fell free to open a Pull Request
quick run
npm i
npm start
install packages
npm i -g lerna
lerna bootstrap
run flow (server)
cd packages/flow
npm start
run views (web server)
cd packages/views
npm start