This is the source code for randompokemon.com. To set it up in your own environment, follow the steps below:
- Clone the repository.
- Install Node.js if you haven't already.
- Run
npm install
to download the development dependencies. - Run
npm run dev
ormake dev
to run the TypeScript compiler and a development server. - 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.