Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ziteh committed Sep 17, 2024
2 parents e80e500 + 7577513 commit 7f07455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Types of changes:

## Unreleased

## [0.1.0-alpha.2] - 2024-09-17

### Added

- Add tag ID to explorer route
Expand All @@ -32,4 +34,5 @@ Types of changes:

First release.

[0.1.0-alpha.2]: https://github.com/ziteh/hie/releases/tag/v0.1.0-alpha.2
[0.1.0-alpha.1]: https://github.com/ziteh/hie/releases/tag/v0.1.0-alpha.1
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Hie - ***Hi***erarchical tag-based image ***E***xplorer.

```sh
pnpm install
pnpm run prisma:update
pnpm run dev
```

API docs at <http://localhost:3000/api/docs>, powered by [Swagger UI](https://github.com/swagger-api/swagger-ui).

### Docker

Check [`Dockerfile`](./Dockerfile).
Check [`Dockerfile`](./Dockerfile) and [`docker-compose.yml`](./docker-compose.yml).

```sh
# Build
Expand Down

0 comments on commit 7f07455

Please sign in to comment.