Web client with a few tools to assist playing the card game "Shadowverse Evolve".
This project relies on the Backend API to run so please check out that project before setting up the web client.
# Generate GraphQL resource types
$ pnpm run codegen:compile
# Start development environment
$ pnpm run start
# Start Storybook
$ pnpm run storybook
docker build -t shadowverse-tools-client .