From 2a8ee97e76f5a2d2627b78c07b35d286a2990c8e Mon Sep 17 00:00:00 2001 From: Dylan Pizzo Date: Wed, 19 Feb 2025 19:49:58 -0800 Subject: [PATCH] Update the readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 017d240..9f31f03 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# dominionator +# Dominionator +A web-app for making [Dominion](https://www.riograndegames.com/games/dominion/) fan-cards. Inspired by [shardofhonor's dominion-card-generator](https://github.com/shardofhonor/dominion-card-generator), but trying to be more modern and maintainable with React and Typescript. Currently no editor exists, but you can mess with the hardcoded array in `src/cards.ts` to get the cards to show up. + +To run it, clone the repo and run `deno task dev`. \ No newline at end of file