Skip to content

How to work with the source code

Fabian Noll edited this page Mar 1, 2024 · 1 revision

Generate API:

cd frontend/src/api
npx openapi-generator-cli generate -i http://<Address of the Backend>:8000/openapi.json -g typescript-fetch
Clone this wiki locally