From bc6dcd6d07500069d74d3b33a795f039424d4109 Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Mon, 16 May 2022 19:19:59 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3785e92..76f6893 100644 --- a/README.md +++ b/README.md @@ -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.