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 @@