Update README.md

This commit is contained in:
Jan Stabenow 2022-05-16 19:19:59 +02:00 committed by GitHub
parent 8dbdb3dfc9
commit bc6dcd6d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,26 @@ The user interface of the Restreamer for the connection to the Core application.
- React
- Material-UI (MUI)
## Development
## 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.