Static website for reading / listening to The Noble Quran
Find a file
2022-11-05 21:46:23 -03:00
.github/workflows add github linter actions (Ruby / TypeScript) 2022-11-02 00:53:00 -03:00
lib add Tasks::Deploy::Remote 2022-11-02 13:54:21 -03:00
src Rules: update 2022-11-05 21:46:23 -03:00
.babelrc add TypeScript / React related configuration files 2022-10-31 15:35:43 -03:00
.env.sample add Tasks::Deploy::Remote 2022-11-02 13:54:21 -03:00
.eslintrc.js TypeScript: add ts-standard 2022-11-02 00:53:00 -03:00
.gitignore add Tasks::Deploy::Remote 2022-11-02 13:54:21 -03:00
.gitmodules add ruby-related files 2022-10-31 15:36:25 -03:00
.rubocop.yml add ruby-related files 2022-10-31 15:36:25 -03:00
Gemfile add 'rake server' task 2022-11-03 19:09:51 -03:00
Gemfile.lock add 'rake server' task 2022-11-03 19:09:51 -03:00
nanoc.yaml add nanoc-related files 2022-10-31 15:36:17 -03:00
package-lock.json TypeScript: add ts-standard 2022-11-02 00:53:00 -03:00
package.json TypeScript: add ts-standard 2022-11-02 00:53:00 -03:00
Rakefile.rb add 'rake server' task 2022-11-03 19:09:51 -03:00
README.md add README.md 2022-11-03 19:13:11 -03:00
Rules Rules: update 2022-11-05 21:46:23 -03:00
tsconfig.json disable strict null checks (for now) 2022-11-02 06:23:24 -03:00
webpack.config.js add TypeScript / React related configuration files 2022-10-31 15:35:43 -03:00

About

This repository contains a statically compiled website for reading 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

The website can then be built by running:

$ ruby -S rake build

The above command will generate the static website in ./build/al-quran.

View the website

The website can be viewed on localhost by running:

$ ruby -S rake server

The above command will call rake build, and afterwards start a web server running on http://localhost:3000.

License

This software is released into the Public Domain.