Static website for reading / listening to The Noble Quran
Find a file
2024-04-30 00:11:00 -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 json: add parent directory (src/json/) 2024-04-30 00:11:00 -03:00
packages Add packages/ruby/server.rb as a git submodule 2024-03-23 14:44:22 -03:00
rake/tasks Remove rake 2024-03-16 03:53:11 -03:00
src json: add parent directory (src/json/) 2024-04-30 00:11:00 -03:00
submodules Update src/images/opengraph/ 2024-04-29 12:02:27 -03:00
.editorconfig .editorconfig: update 2023-03-17 00:16:43 -03:00
.eslintrc.js Disable conflicting eslint rules 2023-07-13 14:11:07 -03:00
.gitignore Update .gitignore 2024-03-16 03:55:24 -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 esbuild-loader, upgrade nanoc-webpack.rb 2024-04-25 20:36:34 -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 Update Rules 2024-04-29 10:40:00 -03:00
tsconfig.json Store json in random.ts 2024-03-16 14:07:53 -03:00
VERSION v0.7.15 2024-04-25 20:37:52 -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.