bccsa / video-webapp

Video web-app for live and VOD content
MIT License
0 stars 1 forks source link

video-webapp

Video web-app for live and VOD content

Repository structure

Developing locally

Read the setup guide.


Auth0 configuration

If you need to work on Auth0 related features and don't want to or can't use an existing instance, create a new application in Auth0's control panel with the following settings (only non-default settings listed):

Create an API for your application in the Auth0 control panel. The API identifier should be set as the AUTH0_AUDIENCE environmental variable.


Capacitor notes

Disable build error for custom (vanilla JS) project: Added the following to the ionic capacitor project's package.json (root folder):

"scripts": {
    "ionic:build": "echo no script needed"
}

To test and build on iOS and Android, Xcode and Android Studio needs to be installed.