Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hypertrace UI

[![CircleCI](https://circleci.com/gh/hypertrace/hypertrace-ui.svg?style=shield)](https://circleci.com/gh/hypertrace/hypertrace-ui)
![build-and-test](https://github.com/hypertrace/hypertrace-ui/workflows/build-and-test/badge.svg)
[![codecov](https://codecov.io/gh/hypertrace/hypertrace-ui/branch/main/graph/badge.svg)](https://codecov.io/gh/hypertrace/hypertrace-ui)

## Prerequisites
Expand All @@ -13,10 +13,6 @@ Install Node + NPM

`npm install`

- Initialize Submodule (https://github.com/hypertrace/)

`git submodule update --init`

## Development server

Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Expand All @@ -36,22 +32,12 @@ Run `npm run test` to execute the unit tests via Jest
## UI Architecture

| <img src="https://hypertrace-docs.s3.amazonaws.com/ui-architecture.png" width="400" height="400"/> |
| :------------------------------------------------------------------------------------------------: |
| _Hypertrace UI Architecture_ |

## Submodules

Pull all changes in the repository including changes in the submodules

git pull --recurse-submodules

Pull all changes for the submodules

git submodule update --remote
| :------------------------------------------------------------------------------------------------: | --- |
| _Hypertrace UI Architecture_ | d |

## Building Image locally

Hypertrace UI uses gradlew to build docker image. Gradle wrapper is already part of the source code. To build Hypertrace UI image, run:
Hypertrace UI uses gradle to build a docker image. Gradle wrapper is already part of the source code. To build Hypertrace UI image, run:

```
./gradlew dockerBuildImages
Expand Down