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

https://github.com/genieframework/stippledesktop.jl

Run Stipple apps on the desktop
https://github.com/genieframework/stippledesktop.jl

Last synced: over 1 year ago
JSON representation

Run Stipple apps on the desktop

Awesome Lists containing this project

README

          

## StippleDesktop

Run any genie app as a desktop application with Electron.

Usage:

1. Install the package

```julia
] add https://github.com/GenieFramework/StippleDesktop.jl
```

2. Start the app
```julia
using StipleDesktop; StippleDesktop.load()
```

The app will run on port 8000.