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.
|
||||
```sh
|
||||
gulp serve
|
||||
yarn serve
|
||||
```
|
||||
|
||||
4. Build the client with sourcemaps.
|
||||
'''sh
|
||||
gulp
|
||||
yarn
|
||||
'''
|
||||
Or without sourcemaps
|
||||
'''sh
|
||||
gulp --production
|
||||
yarn --production
|
||||
'''
|
Loading…
Add table
Add a link
Reference in a new issue