Skip to content

auraphp/auraphp.github.io

Repository files navigation

This is the auraphp.com website repo.

The pages are built via jekyll and package documentation via Bookdown.

Building the site locally

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 .

Create / Update aura library documentation

cd _bookdown
composer install --no-dev
sh update-package.sh