/Random-Pokemon-Generator

Backup Source code for randompokemon.com

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

Random Pokémon Generator

This is the source code for randompokemon.com. To set it up in your own environment, follow the steps below:

  1. Clone the repository.
  2. Download and unzip the sprites into a public/sprites/ folder within the cloned repository.
  3. Install Node.js if you haven't already.
  4. Run npm install to download the development dependencies.
  5. Run npm run dev or make dev to run the TypeScript compilar and a development server.
  6. Open http://localhost:8000 in a web browser.

Also see Blackstareye/Random-Pokemon-Generator for a fork with an API powered by a NodeJS back end.