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
+ pipenv run arq classquiz.worker.WorkerSettings
+ cd frontend && API_URL=http://localhost:8080 pnpm dev