See Knowledge Base for more information on the initial setup.
Clone the repository and navigate to the root. Start the application by running:
yarn install
yarn start
Then open http://localhost:3000/ to see your app. Any change made to the code will automatically update the application.
Compile the application locally.
yarn build
This must be set on the S3 bucket to allow playback of media using signed URLs.
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>http://localhost:3000/</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
</CORSRule>
</CORSConfiguration>