https://github.com/swz-git/peertv-gui
Torrent streaming gui written in go
https://github.com/swz-git/peertv-gui
Last synced: 5 months ago
JSON representation
Torrent streaming gui written in go
- Host: GitHub
- URL: https://github.com/swz-git/peertv-gui
- Owner: swz-git
- License: mit
- Created: 2022-07-31T12:41:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T12:42:12.000Z (almost 4 years ago)
- Last Synced: 2025-05-15T15:52:14.010Z (about 1 year ago)
- Language: NSIS
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## About
This is the official Wails Vanilla template.
## Live Development
To run in live development mode, run `wails dev` in the project directory. In another terminal, go into the `frontend`
directory and run `npm run dev`. The frontend dev server will run on http://localhost:34115. Connect to this in your
browser and connect to your application.
## Building
To build a redistributable, production mode package, use `wails build`.