pip install -r requirements.txt
run with:
python ./app.py
Navigate to localhost:5000/room to see the room board
Navigate to localhost:5000 to see the change board
Changes made on the change board should be reflected to the room board within a second (due to polling).