Static website for reading / listening to The Noble Quran
Find a file
2024-09-16 19:41:05 -03:00
.bundle Update .bundle/config 2024-02-01 06:41:18 -03:00
build/al-quran Deploy the website 2024-09-16 19:41:05 -03:00
.editorconfig Update .editorconfig 2024-05-26 16:54:30 -03:00
.gitignore Add deploy env for production 2024-08-27 19:35:31 -03:00
.projectile Add Quran.locales 2024-05-15 21:51:04 -03:00
Gemfile Add deploy env for production 2024-08-27 19:35:31 -03:00
Gemfile.lock Add deploy env for production 2024-08-27 19:35:31 -03:00
Rakefile Deploy the website 2024-08-30 10:56:00 -03:00
README.md Update Example 2024-09-14 06:38:50 -03:00

About

The "production" branch provides a simple environment for deploying the website to CloudFlare Pages. This branch also includes the build directory that is live on production.

Example

##
# Clone / pull a copy of the website
bundle exec rake source:clone
bundle exec rake source:pull

##
# Deploy the website
# 1. build website
# 2. commit build/al-quran
# 3. push
# 4. auto-deploy via CloudFlare
bundle exec rake website:deploy