mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
UPDATED readme
This commit is contained in:
parent
eb92a68568
commit
61ce341e6f
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -44,7 +44,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- Yarn or NPM
|
- Yarn
|
||||||
|
|
||||||
### Getting Started
|
### 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.
|
2. Install build dependencies in the project directory via npm.
|
||||||
```sh
|
```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.
|
Loading…
Add table
Add a link
Reference in a new issue