This repository contains the frontend application for SalesGPT, a tool designed for testing and debugging purposes. Built on the Next.js platform, it provides a user-friendly interface to interact with the SalesGPT functionalities.
To set up the project environment, follow these steps:
- Clone the repository to your local machine.
- Navigate to the frontend directory:
cd frontend/
- Install all the necessary dependencies:
npm install
To start the frontend server, run the following command:
npm run dev
After starting the server, the application will be available at localhost:3000/chat.
This frontend application is designed to work in conjunction with a FastAPI backend. To initiate the backend server, execute the following command from the SalesGPT/ directory: uvicorn run_api:app --port 8000
If you want your setup to enable local startup using our frontend please make sure the ENVIRONMENT environment variable is set to a different value than "deployment".
We welcome contributions to the SalesGPT frontend application. Please feel free to submit pull requests or open issues to suggest improvements or add new features.
This project is licensed under the MIT License - see the LICENSE file for details.