Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 445 Bytes

readme.md

File metadata and controls

21 lines (20 loc) · 445 Bytes

how to run / build the project

  1. install ruby https://rubyinstaller.org/downloads/, choose latest version 2.6
  2. install jekyll
gem install jekyll bundler
  1. go to the project, install all dependencies
bundle install
  1. develop the project
bundle exec jekyll serve
# or
bundle exec jekyll serve --watch
  1. build for production, or use github auto deployment feature
bundle exec jekyll build