Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

executable file
·
16 lines (12 loc) · 419 Bytes

Post guidelines

Project setup

  • Install ruby 2.7

  • Install bundler

    • gem install bundler:2.1.4
  • Install required gems

    • bundler install
  • Run server

    • bundle exec jekyll serve