1. Follow instructions for installing VSCode here if you don’t have another IDE

    1. https://code.visualstudio.com/download
  2. Install ruby

    1. Keep all options selected during the Ruby install
    2. Click the checkbox to run *ridk install* on the final screen of the Ruby install

    Downloads

  3. In the command window that appears, choose option 3 to install MSYS2 and the MINGW development toolchain

  4. Setup Jekyll / repo

    1. Install Jekyll by running *gem install jekyll bundler*
    2. Verify installation through jekyll -v
    3. Download Github Desktop
      1. https://desktop.github.com/
      2. Sign into your GitHub account in GitHub Desktop via File → Options → Authentication
      3. Add a repo via Current Repository → Add → Clone Repository → URL and paste in link below
        1. https://github.com/team4099/team4099.github.io.git
    4. Open the folder in VSCode. If you download the repo via GitHub desktop it should be in a github folder in your documents
    5. Create a terminal by clicking on Terminal → New Terminal
    6. Run bundle install
    7. Run *bundle exec jekyll serve* and open the localhost listed in the terminal (e.g. localhost:3000)