From f152a1bdf48f3b7fb624dd297103c7f7fd3e2da6 Mon Sep 17 00:00:00 2001 From: felix920506 Date: Wed, 11 Sep 2024 20:29:28 -0400 Subject: [PATCH] Update index.md --- docs/general/testing/web/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/general/testing/web/index.md b/docs/general/testing/web/index.md index 1afafc427..d80abcd55 100644 --- a/docs/general/testing/web/index.md +++ b/docs/general/testing/web/index.md @@ -76,7 +76,9 @@ Pull requests are special branches submitted by contributors with the goal of ev ### Installing Dependencies and Starting a Development Server -The web clients can be launched directly without being built. Please follow the instructions of the respective projects. +The web clients can be launched directly without being built. Please open a terminal window in the folder with the cloned contents of the clients, then follow the instructions of the respective projects. For Jellyfin Web: Follow steps 2 and 3 of [these instructions](https://github.com/jellyfin/jellyfin-web?tab=readme-ov-file#getting-started) For Jellyfin Vue: Follow steps 2 - 4 of [these instructions](https://github.com/jellyfin/jellyfin-vue/wiki/Contributing#frontend) + +To exit the development server, simply press `Ctrl+C` in the terminal window.