Photo evaluation tool for and by Wiki Loves competitions
Round-based photo evaluation is a crucial step in the "Wiki Loves" series of photography competitions. Montage provides a configurable workflow that adapts to the conventions of all groups.
See dev.md for full setup instructions, including OAuth configuration and pre-commit hooks.
Quick start:
git clone git@github.com:hatnote/montage.git && cd montage
make start # backend (Docker)
cd frontend && npm install && npm run dev # frontend (new terminal)docker build -t montage-ci -f dockerfile .
docker run --rm -v $(pwd):/app -e PYTHONPATH=/app montage-ci \
python -m pytest montage/tests/test_web_basic.py -v --tb=shortSee deployment.md for Toolforge deployment instructions.
