This folder is intentionally left blank. It should include the latest built files from Video Hub App remote repository.
When building VHA, this folder will be included in the build and will be served by VHA if the user turns on the server inside the app.
- After VHA starts, click the button to start server and navigate to the URL the app displays on your phone or tablet. For better experience, proceed:
- On iOS you can click the Share icon and then "Add to Home Screen".
- You can now tap the icon on your home screen to use the Remote 🎉
First, clone the Video Hub App remote repository and npm install
- Edit anything if you'd like and run
npm run build
- Move the newly-generated files from
/dist/remote
to this folder - Start the server inside the running VHA app, go to the URL it tells you (either on your computer, phone, or tablet) to use the remote
You do not need to restart the server to update the remote code, just move whatever newly-built files into this folder.
If you install VHA, you can do the same by placing the newly-built remote code to:
C:\Program Files\Video Hub App 3\resources\remote
on PCApplications\Video Hub App 3\Contents\Resources\remote
on Mac