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
Refer to this guide here. note Please ensure your RTS tokens are present either in a .env file or as environment variables.