Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 562 Bytes

additional-configurations.md

File metadata and controls

21 lines (14 loc) · 562 Bytes

Additional Configurations

Running the apps in preview mode

Preview mode is when Yarn optimises the build and makes it ready for distribution purposes. To run the publisher app in preview mode, run the following command in your terminal window

yarn nx preview publisher

Likewise for the viewer, run the following command

yarn nx preview viewer

Running End-To-End tests

Refer to this guide here. note Please ensure your RTS tokens are present either in a .env file or as environment variables.