Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 180 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 180 Bytes
poetry install && poetry shell

in one terminal

uvicorn pages.app:app --reload --log-level debug

in another

npm install
next

to run pytest

pytest