-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop_v2' into lambert-conformal-conic
- Loading branch information
Showing
60 changed files
with
1,798 additions
and
909 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,35 @@ | ||
# domain_subsetter_v2 | ||
|
||
### Getting Started | ||
## Getting Started | ||
|
||
### Clone the repo, checkout this branch | ||
```console | ||
git clone https://github.com/CUAHSI/domain-subsetter.git | ||
cd domain-subsetter | ||
git checkout develop_v2 | ||
``` | ||
|
||
### API for local development | ||
```console | ||
cd app | ||
cp .env.template .env | ||
make build | ||
make up | ||
``` | ||
The API will be available at http://0.0.0.0:8000 | ||
|
||
### Frontend for local development | ||
```console | ||
cd app | ||
cp .env.template .env #if you haven't already | ||
cd frontend | ||
npm install | ||
npm run dev | ||
``` | ||
The frontend will be available at http://localhost:5173/domain-subsetter | ||
More detailed info is available in the [frontend readme](frontend/README.md) | ||
|
||
### Formatting | ||
## Formatting | ||
```console | ||
make format | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ uvicorn[standard] | |
httpx_oauth | ||
minio | ||
pydantic-settings | ||
google-cloud-logging | ||
google-cloud-logging | ||
pyproj | ||
wget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.