Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 944 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 944 Bytes

research-assistant-frontend

Features

  • Long Form QA long_form_qa.png
  • Passage Search passage_search.png
  • Document Management document_management.png

Getting Started

  1. Clone infrastructure, backend, and frontend repositories.
  2. Setup infrastructure, backend, and frontend dependencies.
  3. Run the infrastructure, backend, and frontend services.

Setup

Install the dependencies:

bun install

Run

Start the dev server:

bun run start

Build the app for production:

bun run build

Preview the Production build product:

bun run preview

Clear persistent cache local files

bun run clean