Simple tool for looking at raid groups for World of Warcraft.
Python dependencies:
virtualenv venv
source venv/bin/activate
mkdir lib
pip install -t lib -r requirements.txt
Javascript dependencies:
yarn install
To build the app and run locally:
webpack
dev_appserver.py