https://github.com/enoobis/repm
https://github.com/enoobis/repm
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enoobis/repm
- Owner: enoobis
- Created: 2024-03-20T04:43:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T17:29:10.000Z (over 1 year ago)
- Last Synced: 2025-04-10T04:17:22.346Z (6 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repm
new react-python-eels integration
install python
```
$ python3 -m pip install eel
$ python3 -m pip install pyinstaller
```react gui start
```
$ yarn install
$ yarn start
```build as gui-app
```
$ yarn build
```