From 23933f47a00924e8d3b00a023858f00884e9c168 Mon Sep 17 00:00:00 2001 From: stefiosif Date: Wed, 24 Jun 2026 20:14:33 +0300 Subject: [PATCH] docs: update readme --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index b6563a5..fd4e4ce 100644 --- a/README.md +++ b/README.md @@ -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. -## 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 ```bash git clone https://git.stefiosif.dev/stefiosif/loft