Skip to content

Bonenk/Random-Pokemon-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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

Backup Source code for randompokemon.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 60.9%
  • HTML 20.2%
  • CSS 17.8%
  • Makefile 1.1%