8000 GitHub - nw-github/kantoclash: Online Pokémon R/B/Y battle simulator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nw-github/kantoclash

Repository files navigation

Kanto Clash

Kanto Clash is a web-based Pokémon battle simulator for the Generation 1 (Pokémon Red, Blue, and Yellow) games.

Alt text

Setup

Prerequisites:

  • pnpm
  • postgres (only in production preview)

Before running the server, make sure to copy .env.example to .env and insert the appropriate values.

Install dependencies with pnpm:

# Install dependencies
pnpm install

Apply the database migrations with drizzle

pnpm drizzle-kit migrate

Start the 5FC3 development server on http://localhost:3000:

pnpm run dev

About

Online Pokémon R/B/Y battle simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0