Skip to content

My-Quran-Tajwid/quran_publisher_desktop

Repository files navigation

Quran Publisher Desktop

image

This project is inspired by the Mus'haf Publication App by KFGQPC.

This app aided the development of coloured tajwid fonts (in development)

Download

Go to releases and find binaries for your OS. Currently available on Windows & Linux.

Getting Started

Install Flutter: https://docs.flutter.dev/get-started/install

Clone repo with submodules:

git clone --recursive https://github.com/My-Quran-Tajwid/baca.git 

If you have previously git clone-d without the --recursive flag, run this command to get the submodules:

git submodule update --init

Tip

To update the submodules next time, run this command:

git submodule update --remote

Then, run the app:

flutter run

(as of now, only tested on Windows)