This is the website http://www.pokeduelhub.com/
Its current purpose is to calculate outcomes of matchups in the game Pokémon Duel.
Start the development server by running npm install && npm start
.
If you would like to add new Pokémon, please request permission to use this google sheet. You can then add your data, export the main table as a csv, put it into src/data
and run npm run data
.