Static website for reading / listening to The Noble Quran
Find a file
2022-11-20 04:41:28 -03:00
.github actions: add "build" step, add "prepare-env" action. 2022-11-19 18:31:52 -03:00
lib filters/: add nanoc-webpack.rb 2022-11-18 22:27:54 -03:00
src add "title" to redirect-to-random-surah.html.erb page. 2022-11-19 19:28:10 -03:00
.babelrc add TypeScript / React related configuration files 2022-10-31 15:35:43 -03:00
.env.sample deploy: minify JS assets on production 2022-11-10 19:03:51 -03:00
.eslintrc.js add "WebPackage" 2022-11-18 17:09:32 -03:00
.gitignore Gemfile: update. 2022-11-20 04:41:28 -03:00
.gitmodules add ruby-related files 2022-10-31 15:36:25 -03:00
.prettierignore eslint & prettier setup 2022-11-11 16:09:33 -03:00
.prettierrc eslint & prettier setup 2022-11-11 16:09:33 -03:00
.rubocop.yml filters/webpack: remove "exe" option. 2022-11-18 00:41:28 -03:00
Gemfile Gemfile: update. 2022-11-20 04:41:28 -03:00
nanoc.yaml Rules: compress surah.json for surahs greater than 10KB in size 2022-11-12 15:28:20 -03:00
package-lock.json add "WebPackage" 2022-11-18 17:09:32 -03:00
package.json add "WebPackage" 2022-11-18 17:09:32 -03:00
Rakefile.rb add 'rake watch' tasks 2022-11-20 04:41:28 -03:00
README.md readme: update. 2022-11-19 18:48:28 -03:00
Rules depend on version of nanoc-webpack.rb that supports dep tracking. 2022-11-20 00:37:06 -03:00
tsconfig.json disable strict null checks (for now) 2022-11-02 06:23:24 -03:00
webpack.config.js deploy: minify JS assets on production 2022-11-10 19:03:51 -03:00

About

This repository contains the source code for a static website that can be used to read The Qur'an.
The website can be seen live at https://al-quran.reflectslight.io.

Build the website

The main components of the website's stack are:

  • Ruby v3.1.2+
  • NodeJS v16.16.0+
  • TypeScript
  • React

Both Ruby, and NodeJS are left to the reader to install.
After installing Ruby, and NodeJS the website's dependencies can be installed:

$ ruby -S gem install bundler --no-document
$ ruby -S bundle install
$ npm i

After the dependencies have been installed, the website can be built.
The build will generate the ./build/al-quran directory:

$ ruby -S rake build

Run the website locally

The website can be run on http://localhost:3000 with the following command:

$ ruby -S rake server

Authors

License

This software is released into the Public Domain.