Update README.md
This commit is contained in:
parent
8dbdb3dfc9
commit
bc6dcd6d07
21
README.md
21
README.md
@ -5,15 +5,26 @@ The user interface of the Restreamer for the connection to the Core application.
|
|||||||
- React
|
- React
|
||||||
- Material-UI (MUI)
|
- Material-UI (MUI)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
```sh
|
### For the Restreamer interface:
|
||||||
yarn install
|
|
||||||
yarn run start
|
```
|
||||||
|
$ 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/
|
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
|
## License
|
||||||
See the [LICENSE](./LICENSE) file for licensing information.
|
See the [LICENSE](./LICENSE) file for licensing information.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user