A dockerized tool for studying the Qur'án in its original Arabic, with the help of Google Gemini. Build the container yourself, pull it from Docker Hub, or just run the npm vite project right from the source!
|
|
1 mesiac pred | |
|---|---|---|
| public | 1 mesiac pred | |
| src | 1 mesiac pred | |
| Dockerfile | 1 mesiac pred | |
| README.md | 1 mesiac pred | |
| docker-compose.yml | 1 mesiac pred | |
| eslint.config.js | 1 mesiac pred | |
| index.html | 1 mesiac pred | |
| package-lock.json | 1 mesiac pred | |
| package.json | 1 mesiac pred | |
| postcss.config.js | 1 mesiac pred | |
| vite.config.js | 1 mesiac pred |
This is a tool meant to help people study the Qur'án in the original Arabic. It uses Google Gemini to produce translations, word breakdowns, context, or tafsir for the selected 'ayat.
Opens up on port 3000.
docker run -d -p 3000:3000 --name quran-study-tool unmolded1457/quran-app
or,
docker-compose build && docker run -d -p 3000:3000 --name quran-study-tool unmolded1457/quran-app
git repository up for y'all who like to build your docker containers by handThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.