MultiMachineBuilder website Development setup (command line) Install newest version of Ruby for your platform at https://www.ruby-lang.org/ Download Jekyll Open Ruby command prompt Type gem install bundler jekyll and confirm Development setup (VS Code) Install newest version of Ruby for your platform at https://www.ruby-lang.org/ Download Jekyll and Jekyll Run How to test (command line): Open Bash CD directly to the website directory Edit the website Run bundle exec jekyll serve. You may edit the website while the server runs. Go to http://localhost:4000/ Check the website. How to test (VS Code): Open VS Code Edit the website Click run Check the website. How to stop testing: To stop, go to Bash and press CTRL+C Type Y and confirm