docs: update readme

This commit is contained in:
2026-06-24 20:14:33 +03:00
parent 7d06c9e93d
commit 23933f47a0

View File

@@ -2,16 +2,6 @@
A minimal, self-hosted web app (with a cloud storage option planned), built as a learning exercise to get more familiar with Axum and Svelte. A minimal, self-hosted web app (with a cloud storage option planned), built as a learning exercise to get more familiar with Axum and Svelte.
## What it does
- Register / log in (session-based auth)
- Upload, list, download, and delete files
- Browse files in a grid/tile view with image preview and prev/next navigation
- Stream file content via HTTP range requests — the groundwork for video streaming
## Requirements
- **To run:** Docker + Docker Compose — that's all (Rust/Node build inside the image).
- **To develop:** Rust (cargo + `sqlx-cli`), Node + pnpm, `just`, and Docker (for Postgres).
## Quick start ## Quick start
```bash ```bash
git clone https://git.stefiosif.dev/stefiosif/loft git clone https://git.stefiosif.dev/stefiosif/loft