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

https://github.com/roschaefer/trolley-server


https://github.com/roschaefer/trolley-server

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# trolley-server

## fire up HTTP Server
in `~/StoryTrolley/client/dist`
``` bash
python3 -m http.server &
```

## launch WebSockets
in `~/StoryTrolley/server`
```bash
python3 ws.py &
```

## run browser
```bash
DISPLAY=:0 chromium-browser 'http://localhost:8000/' --start-fullscreen
```