Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 838 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 838 Bytes

Netlify Status

👉 https://www.pkmn.help

Pokémon Type Calculator

Your premier Pokémon companion

  • Check type matchups

  • Check type coverage against the Pokédex

  • Plan your team

  • View the Pokédex

    • See HD Pokémon Home art

    • Listen to Pokémon cry sound effects

    • See shiny forms

    • View stats

  • Translated into many languages

Development

$ npm install
$ npm start

Updating Pokédex data

Make sure to delete all the images in public/img before running this command or all existing images will be kept

$ npm run update-pokedex

or if you just want to update images without updating the Pokédex

$ npm run update-pokedex fast