Skip to content

Commit

Permalink
Merge pull request #212 from TACC-Cloud/feature/tapisv3
Browse files Browse the repository at this point in the history
Migrate to tapis v3
  • Loading branch information
nathanfranklin authored Jul 25, 2024
2 parents d96407b + 59796c4 commit a48da22
Show file tree
Hide file tree
Showing 24 changed files with 5,885 additions and 22,033 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ Hazmapper is an application for creating, visualizing, and analyzing geospatial

See https://github.com/TACC-Cloud/geoapi which is an associated restful API.

### Getting started
- Get a JWT from someone on WMA-Geospatial subgroup
- GOTO jwt.io and edit that JWT to have your username/details
- Create a file in angular/src/environments called jwt.ts that has this in it:

export const jwt = "YOUR JWT FROM ABOVE"

## Local React Development (work-in-progress)

`react/` has the React client
Expand All @@ -20,7 +13,7 @@ To get started, create a local secret file for local development:
cp react/src/secret_local.example.ts react/src/secret_local.ts
```

Add the jwt retrieved from [Getting started](###getting-started) to `react/src/secret_local.ts`.
Get a JWT from someone on WMA-Geospatial subgroup and add the jwt to `react/src/secret_local.ts`.

The `geoapiBackend` in ( see [react/src/secret_local.example.ts](react/src/secret_local.example.ts) ) can be used to select which backend `geoapi` is used by Hazmapper during local development (e.g. `EnvironmentType.Production`, `EnvironmentType.Staging`, `EnvironmentType.Dev`, * `EnvironmentType.Local`

Expand Down
1 change: 1 addition & 0 deletions angular/.stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/app/components/modal-questionnaire-viewer/modal-questionnaire-viewer.component.styl
Loading

0 comments on commit a48da22

Please sign in to comment.