Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 268 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 268 Bytes

Kyungeun.kim

Github pages using Jekyll

Development

  1. Follow installation steps on https://jekyllrb.com/docs/installation/
  2. Run following command:
bundle config set --local path 'vendor/bundle'
bundle install
  1. Run dev server:
npm run dev