- Clone the repo:
git clone https://github.com/rishabhkeshan/EngageAI.git && cd EngageAI
cd app
python app.py
or python3 app.py
Open http://localhost:8000 to check if the server is running
Once you are in the project directory nstall the required dependencies using a package manager yarn
or npm
.
yarn add
or npm install
yarn start
or npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.