Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodepandai/colorful-quran
Holy Qur'an with colorful tajweed anotation
https://github.com/kodepandai/colorful-quran
kemenag quran tajweed
Last synced: 5 days ago
JSON representation
Holy Qur'an with colorful tajweed anotation
- Host: GitHub
- URL: https://github.com/kodepandai/colorful-quran
- Owner: kodepandai
- License: mit
- Created: 2021-10-05T07:57:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T04:18:37.000Z (4 months ago)
- Last Synced: 2024-08-01T21:40:30.803Z (3 months ago)
- Topics: kemenag, quran, tajweed
- Language: TypeScript
- Homepage: https://quran.edsentra.id
- Size: 5.94 MB
- Stars: 69
- Watchers: 5
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - Holy Quran with Colorful Tajweed Anotation - `Holy Qur'an with colorfull tajweed anotation` *by [Kode Pandai](https://github.com/kodepandai)* (H)
- made-in-indonesia - Holy Quran with Colorful Tajweed Anotation - `Holy Qur'an with colorfull tajweed anotation` *by [Kode Pandai](https://github.com/kodepandai)* (H)
README
# Holy Quran with Colorful Tajweed Anotation
This project is still on progress. The main goal is to make Static Quran website complete with tajweed anotation.
## Source
For now we use Quran data from [kemenag](https://quran.kemenag.go.id/). We will add other version later.
## Developing
### Package Manager
We are using pnpm for node package manager, so you should install it first to run this project.
`npm install -g pnpm`Once you've created a project and installed dependencies with `pnpm install` (or `pnpm i`), start a development server:
```bash
pnpm dev
```## Building
This project using `svelte-kit` and `@sveltejs/adapter-static` for easy deployment on cloudflare page. To build on your local macine, please run
```bash
pnpm build
```Then just serve the `/build` folder
## Contibuting
Please read [contributing](./CONTRIBUTING.md) section