dominionator/README.md
2025-02-19 19:49:58 -08:00

5 lines
459 B
Markdown

# 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`.