Please contribute all guides to the guides
directory.
Install these tools:
Run these commands in the rng_tools
directory to get the pinned rust tools:
rustup update
rustup target add wasm32-unknown-unknown
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
.
To avoid wrongly flagging unmodified files as modified, those git settings must be changed:
git config core.filemode false
git config core.autocrlf input
- 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.
- PokeSprite and PKHeX for box sprites.
- PokeFinder, which many of the RNG tools are based on.
- Eon Timer, which was used as the base for the timer in this repo.