Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphaelmerx/png-law-qa
https://github.com/raphaelmerx/png-law-qa
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/raphaelmerx/png-law-qa
- Owner: raphaelmerx
- License: mit
- Created: 2023-10-19T07:08:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T01:15:49.000Z (about 1 year ago)
- Last Synced: 2023-10-30T02:31:56.079Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://png-law-qa.vercel.app
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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`