Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to tapis v3 #212

Merged
merged 16 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from 11 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
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@ 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)


nathanfranklin marked this conversation as resolved.
Show resolved Hide resolved
`react/` has the React client

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
Loading