Skip to content

zaksabeast/PokemonRNGGuides

Repository files navigation

PokemonRNG.com

Contributing guides

Please contribute all guides to the guides directory.

Contribute to the website

Install these tools:

Run bun i to install the dependencies and bun run dev to have a development server start.

If you add a guide or change guide metadata, run bun run build:guides.

If you make rust changes, run bun run build:rng_tools.

To build a production version of the site, use bun run build.

Licensing

  • The website (src/, guides/, and top-level files) is licensed under the MIT License.
  • The Rust RNG tools (rng_tools/) are licensed under the GNU General Public License v3 (GPLv3).
  • Contributors must follow the respective licenses when modifying these sections.

Special Thanks

Thanks to PokeSprite and PKHeX for the box sprites!