A visualizer for card problem (The Flippin' Coins Problem) results
See these resources for details:
Getting Started
yarn
# Build project (development)
yarn dev
# Build project (production)
yarn build
# Watch js and css files
yarn watch
# Start dev server
yarn serve