This site is used to onboard our new recruits and people moving between projects!
This guide assumes you have ruby / rvm already installed.
Clone this repo:
git clone [email protected]:dvito/nanoc_blog.git
Run Bundle:
bundle install
Start up the application
guard
Check it out
http://localhost:3000/
Stop the Application (guard command line)
exit