Npm run build is not neccesary since npm run start will compile again all the assets for…
- Select a language for the TTS:
- UK English Female
- UK English Male
- US English Female
- US English Male
- Australian Female
- Australian Male
- Language selected: (auto detect) - EN
Play all audios:

npm run build is not neccesary since npm run start will compile again all the assets for development. Another option could be using a multiphase docker build to serve the content compiled by
npm run build by a nginx docker image.