Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 501 Bytes

File metadata and controls

14 lines (10 loc) · 501 Bytes

About

Harry Wang's personal website built with Tailpages

Local Development

You need to have Jekyll and Bundler installed.

  • Run npm install
  • Run gem install jekyll bundler
  • At the root of this repo folder run bundle install
  • run bundle add webrick according to github/pages-gem#752
  • run bundle exec jekyll serve
  • Open it in your browser: http://localhost:4000