/chess2win

Primary LanguageJavaScript

chessui

Execute ./run.sh

  1. virtualenv -ppython3 chesspython

  2. ./chesspython/bin/pip install -r requirements.txt

  3. ./chesspython/bin/python server.py

  4. Point your browser to "http://localhost:9999"

  5. To run frontend, simple execute "yarn install" followed by "yarn start"