This is the source code for randompokemon.com. To set it up in your own environment, follow the steps below:
npm install
to download the development dependencies.npm run dev
or make dev
to run the TypeScript compiler and a development server.Also see Blackstareye/Random-Pokemon-Generator for a fork with an API powered by a NodeJS back end.