docs: update readme
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user