Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raphaelmerx/png-law-qa


https://github.com/raphaelmerx/png-law-qa

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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`