Web Desktop Environment
a web/nodejs-based cross-platform desktop environment
What is a Web Desktop Environment
like any other desktop environment 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
Use Cases
- 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
Screenshots
Contribute
if you have any new feature or existing feature you wnat to create or improve fell free to open a Pull Request
Run
quick run
npm inpm start
Advanced run
install packages
npm i -g lernalerna bootstrap
run flow (server)
cd packages/flownpm start
run views (web server)
cd packages/viewsnpm start


