Add README.md

This commit is contained in:
2025-06-03 19:52:06 +00:00
parent 7f81d71e7c
commit 48f3c44fc2

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Forge Kasm Workspace
A Docker image to run [Forge Magic: The Gathering](https://github.com/Card-Forge/forge) in a browser-based Kasm workspace.
This container auto-downloads the latest Forge snapshot and supports persistent storage for your decks.
## Features
- Runs Forge GUI in the browser via noVNC (Kasm-compatible)
- Auto-downloads daily Forge snapshot if not present
- Persists your decks and preferences in `/config`
- Designed for personal or offline Kasm use
## Usage
```bash
docker run -it -p 3000:3000 -v $PWD/config:/config yourname/forge-kasm