📝 Updated docs
This commit is contained in:
@@ -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><code>pipenv run uvicorn classquiz:app --reload --proxy-headers</code
|
||||||
></pre>
|
></pre>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
Start the background worker:
|
||||||
|
<pre><code>pipenv run arq classquiz.worker.WorkerSettings</code
|
||||||
|
></pre>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Start the frontend-dev-server:
|
Start the frontend-dev-server:
|
||||||
<pre><code>cd frontend && API_URL=http://localhost:8080 pnpm dev</code></pre>
|
<pre><code>cd frontend && API_URL=http://localhost:8080 pnpm dev</code></pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user