Installation
- Install a full Ruby development environment
- Install bundler gems
gem install bundler
- Change into your new directory
make
- Build the site and make it available on a local server
make server
- Browse to http://localhost:4000
gem install bundler
make
make server