Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 535 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 535 Bytes

Who's that Pokémon?

A "Who's that Pokémon" guessing game

Live Demo

https://whos-that-dang-pokemon.netlify.app/

Usage

Install packages

yarn install

Run in development mode

Running in development mode will re-compile and hot-reload on changes.

yarn dev

Run in production mode

yarn build
yarn serve

Run tests

yarn test

In watch mode:

yarn test-watch

Run type checking

yarn typecheck

Run linting

yarn lint