Pokémon Roulette is a web version of "Who's that Pokémon?" from the anime.
Instructions to run the project locally are below.
- Clone the repository:
# HTTPS
git clone https://github.com/DevlinRocha/pokemon-roulette.git
# or
# SSH
git clone git@github.com:DevlinRocha/pokemon-roulette.git
- Go into the directory and install modules:
cd pokemon-roulette/
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:5173 with your browser.