mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Adjust README
This commit is contained in:
parent
0a3fb64734
commit
5cea4c9231
1 changed files with 3 additions and 3 deletions
|
@ -61,14 +61,14 @@ Jellyfin Web is the frontend used for most of the clients available for end user
|
||||||
|
|
||||||
3. Run the web client with webpack for local development.
|
3. Run the web client with webpack for local development.
|
||||||
```sh
|
```sh
|
||||||
gulp serve
|
yarn serve
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Build the client with sourcemaps.
|
4. Build the client with sourcemaps.
|
||||||
'''sh
|
'''sh
|
||||||
gulp
|
yarn
|
||||||
'''
|
'''
|
||||||
Or without sourcemaps
|
Or without sourcemaps
|
||||||
'''sh
|
'''sh
|
||||||
gulp --production
|
yarn --production
|
||||||
'''
|
'''
|
Loading…
Add table
Add a link
Reference in a new issue