Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 543 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 543 Bytes

License

Jekyll - Development environment setup

Build and run

Windows installation

  • Install ruby ex. with chocolatey: choco install ruby
  • Install MSYS2: ridk install > MSYS2 and MINGW development tool chain.
  • Install bundle: bundle install
  • Navigate to the project directory docs
  • Run jekyll: bundle exec jekyll serve
  • Open browser: http://localhost:4000