⚡ Pokemon Apps ヾ(≧▽≦*)o
git clone https://github.com/radespratama/pokegames.git pokegames
cd pokegames
# Install deps
yarn || npm install
# Copy Pokemon API in .env file
# You can visit https://pokeapi.co
VITE_POKEMON_API= <API URL HERE>
yarn dev || npm run dev
After setting up the project, and making changes:
git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH