Vagrant support

Add vagrant support for easy local development
This commit is contained in:
Administrator 2015-11-21 14:33:33 -02:00
parent 015630eaad
commit 5d503fe83c
6 changed files with 209 additions and 1 deletions

5
Gemfile Normal file
View file

@ -0,0 +1,5 @@
source 'https://rubygems.org'
gem 'execjs'
gem 'therubyracer'
gem 'github-pages'