🚀 This repo page https://nguoianphu.github.io/pkmn.help
🎉 FTP web page https://play.nguoianphu.com/pkmn.help/
Pokémon Type Calculator helps you figure out offense/defense matchups for Pokémon
npm install
npm run start
Refer Github Action for details on how to build and deploy it to Github Page, Web server, APK android files.
https://github.com/nguoianphu/pkmn.help/blob/vitejs/.github/workflows/build.yml
rm -rf dist
cp -Rf webpack.config.gh-pages.js webpack.config.js || true
cp -Rf vite.config.githubpage.ts vite.config.ts || true
npm run build
# Output is dist folder
Refer above Github Action or this https://github.com/nguoianphu/capacitor
npm run build
mkdir -p app
cp -r dist app/
cp -r package.json app/
docker run --rm -it -v ./app:/app ghcr.io/nguoianphu/capacitor
# docker run --rm -it -v ./app:/app nguoianphu/capacitor
Info for Pokemon GO only
- Add weather boosted per type of pokemon
- Add rank 1 & IV for Great & Ultra Leagues into Pokedex
- Data get from https://pvpivs.com/leagueRanks.html
- Choose Great League
- Choose Ultra League
- Convert output to CSV and then JSON
- Data get from https://pvpivs.com/leagueRanks.html
- Create Android APK to install on mobile
- Using Capacitor
- Use hashrouter so we can deploy this webpage in a subfolder like Github page
- Github page https://nguoianphu.github.io/pkmn.help
- My own web hosting https://play.nguoianphu.com/pkmn.help/
- Add buddy distance to earn candies: how many km per candy
- Add Evolutions
- Data from https://pogoapi.net/
- Add required candies to evolve
- Item to evolve
- Other conditions to evolve
- Change Bulbapedia to Fandom Pokemon Go
- To do:
- Add previous form before evolution
- Example Vaporeon shows Eevee but others like Jolteon, Flareon, etc show nothing
- Make the mobile app better
- Add previous form before evolution