/png-law-qa

Primary LanguageTypeScriptMIT LicenseMIT

Q&A on the Family Law in PNG

React (NextJS) frontend for asking questions about PNG Family Law. An AI-powered backend then tries to answer, sending sources used.

Deployed at https://familylaw.rapha.dev/

Local setup

  1. Create an .env.local file, and add your backend url in there, e.g. NEXT_PUBLIC_BACKEND_URL='wss://example.com'
  2. Install requirements: npm i
  3. Run the dev server: npm run dev