/webchat

Primary LanguagePython

webchat

description

text chat

usage

environment
$ . .../path/to/webchat/sh_src.sh
install
webchat$ ./bin/update_install.sh
build and run
  • npm run build
    • see package.json for other build scripts, including build:cts for a continuously running rebuild on save
  • PORT=5005 python bin/run.py
    • replace 5005 with alternate port number