It's a simple gui for pyte terminal emulator, based on python server and ReactJS client.
Project requires Browserify to run. Install it with npm install -g browserify
Firstly install pyte
pip install pyte
Then install all dependencies of this package
npm install -only=dev
After that you can start server with a nmp run run-server
. Server runs at http://0.0.0.0:8080