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

Add webp thumbnail conversion task to optimize performance of fast scrolling #172

Merged
merged 5 commits into from
May 22, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ I haven't tested with `Docker for Windows` as well as `WSL` on Windows

**Core**: At least 2 cores, preffered 4 cores.

# Development and Testing out the application
# Getting Started

You can use docker compose for development and testing out the application, there are several services that compose Immich:

Expand Down Expand Up @@ -217,6 +217,17 @@ You can get the app on F-droid by clicking the image below.
<img src="design/ios-qr-code.png" width="200" title="Apple App Store">
<p/>


# Development

The development environment can be start from root of the project after populating the `.env` file with the command

```bash
make dev # required Makefile installed on the system.
```

All servers and web container are hot reload for quick feedback loop.

# Support

If you like the app, find it helpful, and want to support me to offset the cost of publishing to AppStores, you can sponsor the project with [**Github Sponsore**](https://github.com/sponsors/alextran1502), or one time donation with Buy Me a coffee link below.
Expand Down
Loading