Static website for reading / listening to The Noble Quran
Find a file
0x1eef adfe95103e !0 evaluates as true, returning early for a case we didn't expect
The if guard in this commit is aimed at catching null / undefined.
2024-05-02 05:31:46 -03:00
.bundle Update .bundle/config 2024-02-01 06:41:18 -03:00
.github Add Nanoc::Filters::Tidy 2023-10-07 19:29:52 -03:00
nanoc Forward VERSION to SurahIndex.tsx 2024-05-01 11:51:18 -03:00
packages Replace noise-y generic types 2024-05-01 08:07:00 -03:00
rake/tasks Remove rake 2024-03-16 03:53:11 -03:00
src !0 evaluates as true, returning early for a case we didn't expect 2024-05-02 05:31:46 -03:00
submodules Update submodules 2024-04-29 12:03:27 -03:00
.editorconfig .editorconfig: update 2023-03-17 00:16:43 -03:00
.eslintrc.js Fix eslint 2024-04-30 01:05:48 -03:00
.gitignore Add packages/typescript/Quran/ 2024-04-30 09:43:30 -03:00
.gitmodules Add packages/ruby/server.rb as a git submodule 2024-03-23 14:44:22 -03:00
.prettierignore eslint & prettier setup 2022-11-11 16:09:33 -03:00
.prettierrc Abide by 80col limit 2023-10-28 12:14:40 -03:00
.projectile Ignore /.gems/ 2024-02-25 11:49:12 -03:00
.rubocop.yml rubocop: add linter.rake 2023-07-25 14:19:00 -03:00
Gemfile Fix server.rb support 2024-03-23 14:46:38 -03:00
Gemfile.lock Update nanoc-tidy.rb 2024-04-29 10:38:39 -03:00
LICENSE License = GPL 2023-03-11 11:42:30 -03:00
nanoc.yaml Add ability to bind to a unix socket. 2024-03-22 10:47:45 -03:00
package-lock.json Add packages/typescript/Quran/ 2024-04-30 09:43:30 -03:00
package.json Add esbuild-loader, upgrade nanoc-webpack.rb 2024-04-25 20:36:34 -03:00
Rakefile.rb Fix server.rb support 2024-03-23 14:46:38 -03:00
README.md README: update 2024-03-16 03:57:26 -03:00
Rules Add static JSON to .js files rather than .html files 2024-04-30 22:46:48 -03:00
tsconfig.json Enable 'strictNullChecks' 2024-05-01 12:35:56 -03:00
VERSION v0.7.19 2024-05-01 11:36:37 -03:00
webpack.common.js Add esbuild-loader, upgrade nanoc-webpack.rb 2024-04-25 20:36:34 -03:00
webpack.development.js Add per-env webpack configuration files 2024-02-18 09:26:04 -03:00
webpack.production.js Add esbuild-loader, upgrade nanoc-webpack.rb 2024-04-25 20:36:34 -03:00

About

This repository contains the source code of al-quran.reflectslight.io - a static website for reading (and listening to) The Noble Quran. After the website is built, the build directory consists of HTML, CSS, JavaScript and other static assets that can be hosted by a standard web server (eg nginx, apache, ...).

Stack

The following languages and tools have to be installed before the website can be built:

  • Ruby 3.1, or later.
  • NodeJS v18.15, or later.
  • tidy-html5
    There is a good chance there's a package available for tidy-html5 on your operating system of choice.

Development

# Clone repository
git clone https://github.com/ReflectsLight/al-quran.git
cd al-quran

# Install Ruby, NodeJS packages
bundle install
npm i

# Build website
rake nanoc:build

# Start web server
rake server

Thanks

First and foremost, Alhamdulillah.

  • Thanks to the following graphic artists:

  • Thanks to the following translators:

    • English (The Clear Quran) by Dr. Mustafa Khattab

License

The "source code" is released under the terms of the GPL.
See ./LICENSE for details.