A Heads Up No Limit Hold'Em App. See it in action here: Hu4Rolls
- Must have Python >= 3.3 and Node >= 6
- Clone repo
- Set up and activate a virtual environment
- Install requirements
pip install -r requirements.txt
cd client
npm install
- Run server
python manage.py runlocal
- Visit localhost:3000 in your browser
python manage.py test