Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 651 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 651 Bytes

Code Submitter

CircleCI

Code submitter for Student Robotics Virtual Competition.

Development setup

Install all the things:

$ pip install -e . -r script/dev-requirements.txt uvicorn

Run the checks:

$ ./script/check

Create/update the database schema:

alembic upgrade head

Run the server:

$ ./script/uvicorn

Coding style

This repo generally follows Thread's Python coding style.