Skip to content

DevlinRocha/pokemon-roulette

Repository files navigation

Pokémon Roulette

Pokémon Roulette is a web version of "Who's that Pokémon?" from the anime.

Play the game! 👈

Getting Started

Instructions to run the project locally are below.

  1. Clone the repository:
# HTTPS
git clone https://github.com/DevlinRocha/pokemon-roulette.git

# or

# SSH
git clone [email protected]:DevlinRocha/pokemon-roulette.git
  1. Go into the directory and install modules:
cd pokemon-roulette/

npm install

# or

yarn install
  1. Run the development server:
npm run dev

# or

yarn dev
  1. Open http://localhost:5173 with your browser.

Development