RATQ is the developer marketplace at the center of the Itqan ecosystem: a place where developers discover, verify, and integrate Quranic-data resources, including libraries, SDKs, datasets, APIs, and tafsir sources.
This repo's main branch is a Next.js/TypeScript rebuild in active development, previewable at beta.ratq.itqan.dev and ratq.itqan.dev. The product is still pre-launch (see the roadmap). The old static-wiki version of this repo is preserved on the old_main branch for reference.
npm install
cp .env.example .env.local
npm run devOpen http://localhost:3000.
npm run dev- start the dev servernpm run build/npm start- production build and startnpm run lint- lintnpm test/npm run test:run- tests (watch / single run)
- RATQ Community Platform overview - strategic overview and roadmap.
See CONTRIBUTING.md for setup details, coding standards, and the PR process. All contributions target the main branch.