1- Install a full Ruby development environment
2- Install Jekyll and bundler & gems
gem install jekyll bundler
bundle install
3- Go to the landing page file.
cd nobullshit-tech-lead-website
4- Build the site and make it available on a local server
bundle exec jekyll serve --livereload