A webapp for guessing DotA 2 heroes in public matches by seeing only the items purchased.
The live version is available here.
# Install dependencies
$ npm install
# Create mock service worker
$ npm run msw
# Serve application in development at http://localhost:3000
$ npm run dev
# Build application for production mode
$ npm run build
# Run lint
$ npm run lint
# Run unit tests
$ npm test
# Generate unit test code coverage
$ npm run coverage
# Run E2E tests
$ npm run e2e
# Open Cypress
$ npm run e2e:open
# Open Storybook
$ npm run storybook
# Build Storybook
$ npm run build-storybook