The public OpenRAG website, built with Next.js and exported as a static site.
Install dependencies and start the development server:
npm ci
npm run devOpen http://localhost:3000.
npm run buildThe static site is written to out/.
Pushes to main are deployed to GitHub Pages by
.github/workflows/pages.yml.