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
- Host: GitHub
- URL: https://github.com/genieframework/stippledesktop.jl
- Owner: GenieFramework
- Created: 2024-04-23T20:32:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:55:43.000Z (about 2 years ago)
- Last Synced: 2025-01-28T19:41:35.803Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.