Update README.md
This commit is contained in:
parent
8dbdb3dfc9
commit
bc6dcd6d07
19
README.md
19
README.md
@ -7,13 +7,24 @@ The user interface of the Restreamer for the connection to the Core application.
|
||||
|
||||
## Development
|
||||
|
||||
```sh
|
||||
yarn install
|
||||
yarn run start
|
||||
### For the Restreamer interface:
|
||||
|
||||
```
|
||||
$ git clone github.com/datarhei/restreamer-ui
|
||||
$ cd restreamer-ui
|
||||
$ yarn install
|
||||
$ npm run start
|
||||
```
|
||||
|
||||
Connect the UI to datarhei Core:
|
||||
Connect the UI with a [datarhei Core](https://github.com/datarhei/core):
|
||||
http://localhost:3000?address=http://core-ip:core-port/
|
||||
|
||||
### To add/fix translations:
|
||||
Locales are located in `src/locals`
|
||||
```
|
||||
$ npm run i18n-extract:clean
|
||||
$ npm run i18n-compile
|
||||
```
|
||||
|
||||
## License
|
||||
See the [LICENSE](./LICENSE) file for licensing information.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user