Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Oct 17, 2024
1 parent 54d38cb commit 91a8f60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions query-connector/design-review/README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Design Review Script

A bash script intended to allow designers and members of the team to easily spin up an instance of the TEFCA Viewer on their local machines for UI/UX review. Currently only MacOS is supported.
A bash script intended to allow designers and members of the team to easily spin up an instance of the Query Connector on their local machines for UI/UX review. Currently only MacOS is supported.

## Initial Setup

Expand All @@ -12,11 +12,11 @@ In order to use this script a copy must be downloaded onto your computer from Gi

## Usage

Follow these steps to run script and spin up a local instance of the TEFCA Viewer.
Follow these steps to run script and spin up a local instance of the Query Connector.

1. Ensure you have completed the initial setup instructions.
2. Open the Terminal application.
3. Copy and paste `./design-review.sh <MY-BRANCH>` into the Terminal prompt.
4. Replace `<MY-BRANCH>` with the name of the GitHub branch you would like to conduct a review on. For example, `./design-review.sh main` will spin up an instance of the TEFCA Viewer based on the current state of the `main` branch of repository.
5. Press enter. The script will now ensure that all required dependencies are installed on your machine, build and run the TEFCA Viewer, and finally navigate to the landing page in your system's default browser. Please note that because certain dependencies may need to be installed the script make take a few minutes the first time it is run on a machine. Additionally, depending on what needs to be installed you may be prompted at points during installation of dependencies to provide a password or click through some installation screens.
6. When you are done with your review to shut the TEFCA Viewer down return to Terminal and press enter.
4. Replace `<MY-BRANCH>` with the name of the GitHub branch you would like to conduct a review on. For example, `./design-review.sh main` will spin up an instance of the Query Connector based on the current state of the `main` branch of repository.
5. Press enter. The script will now ensure that all required dependencies are installed on your machine, build and run the Query Connector, and finally navigate to the landing page in your system's default browser. Please note that because certain dependencies may need to be installed the script make take a few minutes the first time it is run on a machine. Additionally, depending on what needs to be installed you may be prompted at points during installation of dependencies to provide a password or click through some installation screens.
6. When you are done with your review to shut the Query Connector down return to Terminal and press enter.

0 comments on commit 91a8f60

Please sign in to comment.