This is a reference implementation of the OpenReferee Specification.
pip install -e '.[dev]'
npm ci
flask run -p 12345
npm run api-docs
Docs available at http://localhost:5000
First, let's run the test server with CORS enabled
FLASK_ENABLE_CORS=1 flask run -p 12345
Then, run the Swagger UI:
npm run swagger-ui
Swagger UI available at http://localhost:5001