This page describes the process the doc team uses to connect to the IGC UI repo to fetch a branch.
Edit me

Follow these steps to view the changes in a PR, allowing you to view features as they are in development.

  1. Open a terminal window in Docker Quickstart Terminal. The container will not build with GitBash.
    Docker Quickstart Terminal error indicating you need to disable Hyper-V
    Docker Quickstart Terminal error indicating you need to disable Hyper-V

    To disable Hyper-V:

    1. Go to Turn Windows features on or off.
    2. Click the Hyper-V check box to uncheck it.
    3. Restart your machine.
  2. Access the directory where you cloned the repo. You may need to type in the full filepath (cd /c/Users/<yourname>/igc-ui).
  3. To access a pull request, run the git command git pull upstream and then run git checkout pr/<#>

  4. To access a forked branch, run the git command git fetch <developer's fork name> and then run git checkout <branch name>

  5. Run command make ninja.

  6. Go make some tea; this is going to take a long while.

    The listed IP address will not work if:

    • You don’t specify the port. It should be: 192.168.99.100:8080
    • You don’t have IIS enabled on your machine. How to enable IIS
    • You have a personal firewall.
    • Your LAN settings are not automatically detecting IP addresses or are using a proxy server. How to fix LAN settings
  7. Stop the container when you are done. To do this:
    1. Ctrl+c to disconnect your terminal from the process
    2. Run make stop.