Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 318 Bytes

DEVELOPMENT.md

File metadata and controls

23 lines (17 loc) · 318 Bytes

To start the backend:

cd backend
poetry shell
fastapi dev

To start the frontend:

cd frontend
npm run dev

Git hooks

In order to make sure you never accidentally commit code that doesn't compile, install the git hooks:

git config core.hooksPath hooks  # run from repo root