Cancel your New York Times subscription. Built using react, vitejs, node, websockets (ws), twilio, and google speech to text.
Here's the corresponding Medium article with a detailed explanation.
cd client
npm install
npm run dev
- create an .env file in the server folder with the variables in .env.sample
- add a service account json file to enable google speech to text. Name the file googleKey.json
cd server
npm install
nodemon server.js