This repository contains the source for http://aurajs.com/ website. Should you be interested in improving our website itself, please feel free. We are accepting pull requests. Get started with instructions below.
Want to hack principal Aura architecure ? Head on here.
- Ruby - Ruby v1.9.3 with RVM. Download RVM from here.
- Bundler - Use
gem install bundler
to install it. - Middleman - http://aurajs.com/ is a middleman application. Use
gem install middleman
to install it.
git clone https://github.com/aurajs/website.git
cd website
bundle install
middleman
Checkout aurajs/website and aurajs/aura in the same directory, then run rake generate_docs
.
git clone [email protected]:aurajs/aurajs.github.io.git build
middleman build
cd build
git add .
git commit -m "Your commit message..."
git push origin master