- Clone this repository.
- Install dependencies using
npm install. - Create a dropbox app.
- Set the environment variables:
REACT_APP_BACKEND_URL="http://localhost:5000"
REACT_APP_STREAMLIT_URL= (link to where chat app is deployed)
REACT_APP_ADMIN_EMAIL=
REACT_APP_DROPBOX_APP_KEY=
REACT_APP_BACKEND_ADMIN_URL=(link to where admin query is deployed)
- Run the project with
npm start. - Access the app at
http://localhost:3000/.