Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 289 Bytes

File metadata and controls

12 lines (10 loc) · 289 Bytes

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