https://github.com/sern-handler/gui
A gui to manage your sern handler projects with ease!
https://github.com/sern-handler/gui
Last synced: about 1 month ago
JSON representation
A gui to manage your sern handler projects with ease!
- Host: GitHub
- URL: https://github.com/sern-handler/gui
- Owner: sern-handler
- Created: 2023-06-04T12:21:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T23:59:20.000Z (about 1 year ago)
- Last Synced: 2024-10-24T17:53:23.649Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 465 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gui
yet another way to manage your sern projects](https://gitpod.io/#https://github.com/sern-handler/gui)
# why do u use electron!?!?! switch to tauri!! im mad uwu (;⌣̀_⌣́)
[answer](https://memz.willysuna.dev/stfu.mp4)
# where's the electron code?
electron/index.ts
# how do I build the app?
`yarn build-electron` ([tested on linux](https://gist.github.com/SrIzan10/50bc2ba689a4cc43bcbac2799cc733c9). `wine` must be installed to build windows packages)
`yarn build-electron-windows` (not tested but should work. use this if on windows. only builds windows packages)
`yarn build-electron-mac`# CI builds?
CI builds are a WIP. We have working Linux and Windows CircleCI workflows in place, but build artifacts are still not implemented.
The project is in a very early stage and currently I build binaries on my host computer.
I know this is annoying, but you should build yourself the app (which you can do by following the last question)