From f1bd72f13399c8894b1bc2db193cb7960288271d Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 4 Aug 2022 10:57:34 +0200 Subject: [PATCH] :memo: Updated development-docs --- frontend/src/routes/docs/develop.svelte | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/src/routes/docs/develop.svelte b/frontend/src/routes/docs/develop.svelte index 0ef31c7..4b3c763 100644 --- a/frontend/src/routes/docs/develop.svelte +++ b/frontend/src/routes/docs/develop.svelte @@ -36,7 +36,7 @@
  • Pipenv
  • Linux
  • Docker
  • -
  • pnpm
  • +
  • pnpm (at least node 18)
  • Setup

    @@ -81,9 +81,7 @@
  • Start the frontend-dev-server: -
    cd frontend && API_URL=http://localhost:8080 REDIS_URL=redis://localhost:6379/0?decode_responses=True pnpm dev
    +
    cd frontend && API_URL=http://localhost:8080 pnpm dev
  • Start Caddy: @@ -130,11 +128,12 @@