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