Skip to content

fateseal/react-mtg-playtester

Repository files navigation

react-mtg-playtester

playtest mtg decks with react-dnd. See the storybook demo

CircleCI npm version dependencies Status devDependencies Status code style: prettier

Requirements

  • Redux
  • Redux thunk middleware

Future plans for this will remove need for redux and use new react hooks

Getting started

Install the module

yarn add react-mtg-playtester

# or npm

npm install --save react-mtg-playtester

See the storybook example for implementation

Contributing

Testing

yarn test