Adding AI Voice Assistant Capabilities to a React App
To run this project locally
git clone https://github.com/mayank2021/alan-with-react.git
To install all the dependencies
npm install
Login to Alan AI to get the alanKey
Add the alankey in src/app.js
Start the development server.
npm start