Quran JSON

Generate JSON

Learn how to generate the JSON files yourself using the Quran Cloud project.

1. Clone the Repository

Clone the Quran Cloud repository
git clone git@github.com:saikothasan/quran-cloud.git

2. Install Dependencies

Navigate to the project directory and install dependencies
cd quran-cloud
npm install

3. Generate JSON Files

Run the build script to generate JSON files
npm run build

This will generate all the JSON files in the `dist` directory of the project.

Custom Usage

You can modify the source files or build scripts to customize the output according to your needs. Refer to the project's README and source code for more details on the structure and build process.