Enable TTS messages with voice models in your live stream using payments on Lightning Network
- First, install the packages:
$ npm install
Copy the example .env
$ cp .env.example .env
Change values according to your preference.
- You can run the development server on localhost:
$ npm run dev
Open http://localhost:3000
with your browser to see the result.
For deploy, first you need to build:
$ npm run build
Then, start the server:
$ npm run start
And run the widget project.