A kiosk-enabled Chrome app for connecting as a viewer to the FT Labs Screens system.
- Clone this repo
- Install developer dependancies by running
npm install
- Once installation of dependencies is complete, run
npm run build
- Follow steps 1 - 2 of Build Steps
- Once installation of dependencies is complete, run
npm run build-test
- Build the Chrome app for either the test or build environments by following the above steps.
- Go to the Chrome Extensions Dashboard and enable the 'developer mode' with the toggle at the top (if not already enabled)
- Click 'Load unpacked extension' and then navigate to the directory that contains the code for the
screens-chrome-app
. Select the/build
folder in that directory and select 'OK' - The app should now appear in your list of extensions.
- Click 'launch' to start a local version of the app, and then navigate to the URL displayed on the screen to assign content to it.