mirror of
https://github.com/elisescu/tty-share
synced 2024-11-15 18:13:58 +00:00
25 lines
390 B
Markdown
25 lines
390 B
Markdown
|
TTY Share
|
||
|
========
|
||
|
|
||
|
A small tool to allow sharing a terminal command with others via Internet.
|
||
|
Shortly, the user can start a command in the terminal and then others can watch that command via
|
||
|
Internet in the browser.
|
||
|
More info to come.
|
||
|
|
||
|
|
||
|
Run the code
|
||
|
===========
|
||
|
|
||
|
* Build the frontend
|
||
|
```
|
||
|
cd tty-share/frontend
|
||
|
npm install
|
||
|
npm run build
|
||
|
```
|
||
|
|
||
|
* Run the server
|
||
|
```
|
||
|
cd tty-share
|
||
|
make run
|
||
|
```
|