Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 408 Bytes

File metadata and controls

23 lines (19 loc) · 408 Bytes

Alan AI with React

Adding AI Voice Assistant Capabilities to a React App

Deployment

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