Skip to content

nguoianphu/pkmn.help

 
 

Repository files navigation

Netlify Status

👉 https://www.pkmn.help

🚀 This repo page https://nguoianphu.github.io/pkmn.help

🎉 FTP web page https://play.nguoianphu.com/pkmn.help/

Pokémon Type Calculator

Pokémon Type Calculator helps you figure out offense/defense matchups for Pokémon

Development

npm install
npm run start

Deployment

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

Deploy to Web server or Github pages

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

Build Android APK

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

New features in my forked

Info for Pokemon GO only

About

pkmn.help remembers strengths/weaknesses of Pokémon for you

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.9%
  • CSS 9.0%
  • HTML 3.4%
  • JavaScript 2.7%