From 61ce341e6f6fb717b4d3d370ae8e7b5f6266841e Mon Sep 17 00:00:00 2001 From: "ringmatter@fastmail.com" Date: Sat, 30 Nov 2019 18:52:46 +0100 Subject: [PATCH] UPDATED readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fae3ae731..e0e5afa186 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user ### Dependencies -- Yarn or NPM +- Yarn ### Getting Started @@ -55,5 +55,14 @@ Jellyfin Web is the frontend used for most of the clients available for end user ``` 2. Install build dependencies in the project directory via npm. ```sh - npm install + yarn install ``` + +3. Run webpack dev server + ```sh + yarn serve + ``` + +The webpack dev server will proxy backend requests to http://localhost:8096 - so +you'll need to start a jellyfin backend either via docker or by running +the application in the jellyfin main repository. \ No newline at end of file