mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:20:03 +03:00
Merge pull request #1515 from JPVenson/feature/InteractiveReverseProxy
This commit is contained in:
@@ -26,10 +26,18 @@ npm install
|
||||
|
||||
## Local Development
|
||||
|
||||
To run locally, please use:
|
||||
|
||||
```console
|
||||
npm start
|
||||
```
|
||||
|
||||
To run within a dev container we have to instruct the built-in host check to bind against all addresses:
|
||||
|
||||
```console
|
||||
npm run start -- --host 0.0.0.0
|
||||
```
|
||||
|
||||
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
|
||||
|
||||
## Build
|
||||
|
||||
Reference in New Issue
Block a user