A web application for interacting with a RAG-based chatbot that answers questions about SightCall from their website.
Stack:
- React 19 for the frontend framework
- Vite for development/build tooling
- Vitest for testing
- TypeScript for type safety
- Yarn for dependency management
git clone [email protected]:cmnemoi/sightcall-qa-app.git
cd sightcall-qa-app
cp .env.example .env
yarn installStart the development server:
yarn devThe application will be available at http://localhost:5173 by default.
- Lint code with
yarn lint - Run tests with
yarn test - Format code with
yarn format - Build for production with
yarn build
The source code of this repository is licensed under the AGPL-3.0-only License.