You need a python 3.8.6 server with at least one opened port
- Download the source code from this repo.
- Run the Makefile main target.
make server
cd server-
Install the required python packages
python -m pip install requirements.txt
-
run the server using the
batfile, theshfile or this command below:python -m pytchat [port]
-
Make sure to have
node.jsinstalled on your computer. -
Download the source code from this repo.
-
Run the client using
make client
cd client-
Install the required dependencies
npm install
-
Run the client using
npm serve
