Fight to be on top of the leaderboard.
- Install the api requirements with
pip install -r requirements.txt - Build the docker images for the runtimes. ie: for js
docker build . -f javascript.Dockerfile -t javascript_runtime - Start the server with
uvicorn api:app --host 0.0.0.0 --reload
- Copy the example
add.jsoninquestions/
- Create a docker runtime
- Create a
soln.langand matchinglang_soln.jinjain/solvers - add the extension mapping in
api.py - add the template solution to the js map in
templates/question.html