Codebase of "gamified survey web applications" facilitating various objectives of academic research in supply chain management at the University of Tennessee, Knoxville.
git clone https://github.com/miller-moore/utk-newsvendor-games
cd utk-newsvendor-games
bash scripts/setup
# go to the git repository (i.e., the workspace)
cd utk-newsvendor-games
# update local 'master' branch with 'origin/master'
git checkout master # just in case - should already be on 'master' branch
git pull # synchronize local branch
# ensure latest setup
bash scripts/setup
# activate the virtual environment
source venv/bin/activate
# go to the games directory
cd games/
# run otree ...
# if running `otree devserver`, you should be able to open http://localhost:8000/ in a web browser