My personal website. Built using Github Pages and Jekyll.
brew install ruby
# make sure the ruby is from Homebrew (e.g. using ruby --version)
gem install bundler
bundle install
bundle exec jekyll serve
The site is now available locally at http://localhost:4000
I decided that home page is the perfect place to try out making Progressive Web App (PWA).
To see how this website is getting closer to achieve that goal I am using Lighthouse.
npm install -g lighthouse
lighthouse --view https://lukaszwiecek.com
Works locally as well: lighthouse --view http://localhost:4000