Skip to content

Enable TTS messages with voice models in your live stream using the Lightning Network

License

Notifications You must be signed in to change notification settings

TheMhv/Livetoshi

Repository files navigation

Livetoshi

Enable TTS messages with voice models in your live stream using payments on Lightning Network

Instalation

  • First, install the packages:
$ npm install

Config your .env

Copy the example .env

$ cp .env.example .env

Change values according to your preference.

Usage

  • You can run the development server on localhost:
$ npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy

For deploy, first you need to build:

$ npm run build

Then, start the server:

$ npm run start

And run the widget project.