📝 Updated docs

This commit is contained in:
Mawoka
2023-10-18 18:42:22 +02:00
parent ec91b88043
commit 0e97e23b98
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
SPDX-License-Identifier: MPL-2.0
@@ -80,6 +80,11 @@ SPDX-License-Identifier: MPL-2.0
<pre><code>pipenv run uvicorn classquiz:app --reload --proxy-headers</code
></pre>
</li>
<li>
Start the background worker:
<pre><code>pipenv run arq classquiz.worker.WorkerSettings</code
></pre>
</li>
<li>
Start the frontend-dev-server:
<pre><code>cd frontend && API_URL=http://localhost:8080 pnpm dev</code></pre>