Skip to content

Backend

stevenbrookslv edited this page Apr 12, 2017 · 11 revisions

Running the server locally

In order to run backend locally, all you need to do is run
./clt_backend.py
from the directory which you have the file saved in.

Alternatively, for windows you may need to run
python3|python clt_backend.py
from the directory to run the backend.

Clone this wiki locally