Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 828 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 828 Bytes

My personal website. Built using Github Pages and Jekyll.

Setup (OS X)

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

Progressive Web Apps

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