From 0e97e23b980baf95e3f863df20762c0bfb0bfd40 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 18 Oct 2023 18:42:22 +0200 Subject: [PATCH] :memo: Updated docs --- frontend/src/lib/i18n/locales/vi.json.license | 3 +++ frontend/src/routes/docs/develop/+page.svelte | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 frontend/src/lib/i18n/locales/vi.json.license diff --git a/frontend/src/lib/i18n/locales/vi.json.license b/frontend/src/lib/i18n/locales/vi.json.license new file mode 100644 index 0000000..f883a78 --- /dev/null +++ b/frontend/src/lib/i18n/locales/vi.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Marlon W (Mawoka) + +SPDX-License-Identifier: MPL-2.0 diff --git a/frontend/src/routes/docs/develop/+page.svelte b/frontend/src/routes/docs/develop/+page.svelte index 799da91..a39c114 100644 --- a/frontend/src/routes/docs/develop/+page.svelte +++ b/frontend/src/routes/docs/develop/+page.svelte @@ -80,6 +80,11 @@ SPDX-License-Identifier: MPL-2.0
pipenv run uvicorn classquiz:app --reload --proxy-headers
+
  • + Start the background worker: +
    pipenv run arq classquiz.worker.WorkerSettings
    +
  • Start the frontend-dev-server:
    cd frontend && API_URL=http://localhost:8080 pnpm dev