This is the auraphp.com website repo.
The pages are built via jekyll and package documentation via Bookdown.
You need a few dependencies like ruby, gem, bundler etc.
git clone https://github.com/auraphp/auraphp.github.com
cd auraphp.github.com
ruby -version #minimum version 2.x
gem install bundler
bundle install
bundle exec jekyll serve
Preview your local Jekyll site in your web browser at http://localhost:4000 .
If you are interested read more about Setting up your GitHub Pages site locally with Jekyll .
cd _bookdown
composer install --no-dev
sh update-package.sh