/software-engineering-docs

A github page for software development skill journaling

Apache License 2.0Apache-2.0

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