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

https://github.com/enoobis/repm


https://github.com/enoobis/repm

Last synced: 26 days ago
JSON representation

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
```