Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 840 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 840 Bytes

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