This is the front end Next.js application for the Beyond RAG Technical Demo associated with this Cloudflare Worker API Layer
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result. By default the application points at the production API endpoint.
npm run deploy