youtube image
From YouTube: Setting up the GitLab Handbook for Local Development

Description

Making handbook changes is sometimes easier to do when you have the immediate feedback of the local development environment. This tutorial shows you how you can get that set up on MacOS.

--------------------------------------
Handbook alias

alias handbook="cd ~/Documents/projects/www-gitlab-com/sites/handbook && code . && open http://localhost:4567 && bundle install && bundle exec middleman"