This project is for building custom designs for pokemon that are not currently in Pokemon Unite. Feel free to make PRs for changes to the UI or whatever.
It uses PokeAPI/Smogon data and images with heavy usage of statically.io for caching/serving everything
The UI is hosted via github pages at https://matt1484.github.io/pokemon-unite-designer/
yarn install
yarn serve
yarn build --dest docs
yarn lint
For convenient caching of the JSON data required for each pokemon just run
node build-data.js
This should really only be a requirement when new pokemon come out and avoids this project having to interact with PokeAPI/Smogon every time it is run. Eventually this may want to be its own repo to avoid cluterring this one up, but it works for now.