MultiMachineBuilder websiteDevelopment setup (command line)Install newest version of Ruby for your platform at https://www.ruby-lang.org/Download JekyllOpen Ruby command promptType gem install bundler jekyll and confirmDevelopment setup (VS Code)Install newest version of Ruby for your platform at https://www.ruby-lang.org/Download Jekyll and Jekyll RunHow to test (command line):Open BashCD directly to the website directoryEdit the websiteRun 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 CodeEdit the websiteClick runCheck the website.How to stop testing:To stop, go to Bash and press CTRL+CType Y and confirm