feat: add realtime challenge client and local smoke test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: install migrate seed run test check
|
||||
.PHONY: install migrate seed run run-asgi test check
|
||||
|
||||
install:
|
||||
python3 -m venv .venv
|
||||
@@ -14,6 +14,9 @@ seed:
|
||||
run:
|
||||
cd backend && ../.venv/bin/python manage.py runserver
|
||||
|
||||
run-asgi:
|
||||
cd backend && ../.venv/bin/uvicorn config.asgi:application --host 127.0.0.1 --port 8000 --reload
|
||||
|
||||
test:
|
||||
.venv/bin/python -m pytest -q
|
||||
|
||||
|
||||
Reference in New Issue
Block a user