This is the source for aurajs.com website.
It's a middleman app.
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