A tool to generate Voice Over, built on top of: Nest.js, Next.js, AWS Polly, AWS Translate
Dojotek PopVoiceOver repository. Nest.js for REST API, Next.js for Web App.
- The React.js web app, video demo: https://twitter.com/AndyPmw/status/1491604829793239044
- The React Native (Expo) app, video demo: https://twitter.com/AndyPmw/status/1491766772566953984
The React.js web app screenshot:
The React Native (Expo) mobile-app screenshot:
For Nest.js:
$ cd nestjs
$ npm install
For Next.js:
$ cd nextjs
$ npm install
For Nest.js:
$ cd nestjs
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
For Next.js:
$ cd nextjs
$ npm run dev
For Nest.js:
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Dojotek™ PopVoiceOver is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please contact us by e-mail.
- Author - Andy Primawan
- Website - https://dojotek.id
- Twitter - @andypmw
Dojotek™ PopVoiceOver is MIT licensed.