dominionator/README.md

5 lines
511 B
Markdown
Raw Permalink Normal View History

2025-02-19 19:49:58 -08:00
# Dominionator
2023-06-25 13:35:07 +00:00
2025-02-19 19:51:26 -08:00
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 it's not much of a web-app since there are no inputs to edit the cards, but you can mess with the hardcoded array in `src/cards.ts` to render arbitrary cards.
2025-02-19 19:49:58 -08:00
To run it, clone the repo and run `deno task dev`.