This is the source code for randompokegen.cc. To set it up in your own environment, follow the steps below:
- Clone the repository.
- Install Node.js if you haven't already.
- Install pnpm if you haven't already.
- Run
pnpm install
to download the development dependencies. - Run
pnpm dev
to run the development server, and open http://localhost:3000 in a web browser. - Run
pnpm build
to build the production version.