Harry Wang's personal website built with Tailpages
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