Skip to content

crashcourse/crashcourse.github.io

Repository files navigation

Dev Env Setup


  • Install Ruby 2.6.3 using rvm - simple and saves time
rvm install 2.6.3
rvm use 2.6.3
  • Install bundler and jekyll if required - gem install bundler jekyll
  • Run bundle install to install other things
  • Run the dev server with ./run_dev_server.sh

Releases

No releases published

Packages

No packages published