A electron js based app to convert text to speech.
The installation steps are given below,
Step 1: Clone the repository into your machine
git clone https://github.com/gokulakannant/text-to-speech.git
step 2 : Change the directory.
cd text-to-speech
step 3 : Install dependancies.
yarn
step 4 : To start development server.
yarn dev
step 5 : Generate binaries
yarn electron-pack
This project is licensed under the GPLv3 License - see the LICENSE.md file for details