Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 517 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 517 Bytes

Shadowverse tools

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.

Development

# Generate GraphQL resource types
$ pnpm run codegen:compile

# Start development environment
$ pnpm run start

# Start Storybook
$ pnpm run storybook

Deployment

  • docker build -t shadowverse-tools-client .