DrMaple / Random-Pokemon-Generator

Source code for randompokemon.com

Home Page:https://randompokemon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 compiler 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.

About

Source code for randompokemon.com

https://randompokemon.com

License:GNU General Public License v2.0


Languages

Language:TypeScript 59.8%Language:HTML 19.7%Language:CSS 17.2%Language:Makefile 3.3%