An open API service indexing awesome lists of open source software.

https://github.com/debianmaster/eclipse-che-desktop

Eclipse Che on Dekstop with Electron
https://github.com/debianmaster/eclipse-che-desktop

Last synced: over 1 year ago
JSON representation

Eclipse Che on Dekstop with Electron

Awesome Lists containing this project

README

          

## Love Eclipse Che but hate to run in browser? Try Che Desktop !

### First run Eclipse Che
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v /Users/jjonagam/che:/data eclipse/che start

### Create electron desktop app that embedds Che
```sh
git clone https://github.com/debianmaster/eclipse-che-desktop
npm install && npm start
```