You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+26-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ In order to build and test the software outside of Docker, you will need
19
19
20
20
You can run the API locally by running either `make compose-up` or `docker compose up -d --build`.
21
21
22
-
The docker compose setup runs the S3 locally using Localstack as well as the API. An S3 bucket called local-collection-data is created and seeded with example issue log data.
22
+
The docker compose setup runs the S3 locally using Localstack as well as the API. An S3 bucket called local-collection-data is created and seeded with example files in the collection-data directory.
23
23
24
24
25
25
## Swagger UI
@@ -69,3 +69,28 @@ Request for issues for a specific dataset and resource:
0 commit comments