From a5f7296f3583fbe95417bcad0585b54d8468cc2d Mon Sep 17 00:00:00 2001 From: "david.alvarez" Date: Thu, 11 Jun 2026 15:35:16 +0200 Subject: [PATCH] readme --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6bcd217..23c9784 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A nostalgic DOS game hub. Upload your old DOS games, auto-scrape artwork and metadata from IGDB, and play them directly in your browser via js-dos (DOSBox compiled to WebAssembly). +### Library view +![library](images/library.jpeg "Library") + +### Game detail view +![game](images/game.jpeg "Game") + ## Features ### 🎮 Play in the browser @@ -74,14 +80,6 @@ Local dev | `export TWITCH_CLIENT_ID=xxx TWITCH_CLIENT_SECRET=yyy` IGDB features degrade gracefully — if credentials aren't set, uploads and metadata editing still work, just without auto-scrape. -### 📷 Screenshots - -#### Library view -![library](images/library.jpeg "Library") - -#### Game detail view -![game](images/game.jpeg "Game") - ## Quick Start ### With Docker Compose (easiest)