Skip to content

Commit 42e607a

Browse files
Merge pull request #4 from Zipstack/fix/oss-repo-cleanup-public
fix: remove Git LFS dependency, fix README logo visibility and broken badge
2 parents 07d0352 + b4589dd commit 42e607a

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p align="center">
2-
<img src="https://storage.googleapis.com/visitran-static/logo/v-logo.png" alt="Visitran" width="200" />
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/logo-light.png" />
4+
<source media="(prefers-color-scheme: light)" srcset="docs/images/logo-dark.png" />
5+
<img src="docs/images/logo-dark.png" alt="Visitran" width="200" />
6+
</picture>
37
</p>
48

59
<p align="center">
@@ -16,7 +20,7 @@
1620

1721
<p align="center">
1822
<a href="LICENSE"><img src="https://img.shields.io/github/license/Zipstack/visitran" alt="License" /></a>
19-
<a href="https://hub.docker.com/u/visitran"><img src="https://img.shields.io/docker/pulls/visitran/backend" alt="Docker Pulls" /></a>
23+
<a href="https://github.com/Zipstack/visitran/releases"><img src="https://img.shields.io/github/v/release/Zipstack/visitran" alt="Latest Release" /></a>
2024
<a href="https://deepwiki.com/Zipstack/visitran"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki" /></a>
2125
</p>
2226
<p align="center">
@@ -128,7 +132,6 @@ For development or when you want full control over each component.
128132
- Python 3.10.x (`>=3.10, <3.11.1` — required by `pyproject.toml`)
129133
- Node.js 16+
130134
- [uv](https://docs.astral.sh/uv/) (Python package manager)
131-
- [Git LFS](https://git-lfs.com/) (run `git lfs install && git lfs pull` after cloning)
132135
- Redis (for WebSockets and Celery) — install via `brew install redis` (macOS) or your OS package manager
133136

134137
**Backend**

backend/tests/integration_tests/data/sakila/.gitattributes

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/images/logo-dark.png

45 KB
Loading

docs/images/logo-light.png

34.1 KB
Loading

0 commit comments

Comments
 (0)