This project is a web application that helps salespeople to view and manage AI-generated summaries of their meetings. The app is built using React, Chakra UI, Firebase, Hubspot API, and other tools.
- React
- Chakra UI
- Firebase
- Hubspot API
- Axios
- Day.js
- React Day Picker
- React Router DOM
- React Query
To set up this project, follow these steps:
-
Clone the repository:
git clone https://github.com/b-a-a-s/epicbrief
-
Install the dependencies for web app and function
# web app npm install # functions cd functions && npm install
-
Start functions emulators
cd functions && npm run serve
The emulators will run on http://localhost:5001.
-
Start web app
cd functions && npm run serve
The app will run on http://localhost:3000.
To run the tests, use the following command:
npm test