Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 689 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 689 Bytes

nerdtalk

CI Code Style

Running locally

First, you'll want to generate local certificates

# mark scripts as executable
chmod u+x scripts/*.sh 

# generate local testing certificates
./scripts/gen_cert.sh

# in a new shell, run the server
./scripts/local_server.sh

# in the current shell, run the client
./scripts/local_tui_client.sh

# in yet another shell, run another client
./scripts/local_tui_client.sh

You can now talk to each other over the TUI interface!

Running on nerdserver

to be figured out!