AChelikani / Codenames

The board game, Codenames, but online!
2 stars 1 forks source link

Codenames

The board game, Codenames, but online!

Dev setup

Clone this repo.

Install virtualenv with pip install virtualenv.

Go to your parent directory and run virtualenv Codenames

Now every time you want to work on the project, go to your project directory and run source bin/activate.

Install all the requirements with pip install -r requirements.txt.

Make sure to freeze any extra requirements you add in requirements.txt.

Execution

Run python app.py to start the Flask server on port 5000.

To enable debugging and hot-reloading run FLASK_DEBUG=1 python app.py.

Visit http://localhost:5000 to view route listings

Todos