Go to file
Wynd 020ce8fafe Fixed the drops screens not using their correct game 2025-07-14 22:59:02 +03:00
.cargo Initial commit with bbs command melding table 2024-06-30 22:47:28 +03:00
input Merged the drops filters, better organization of colors and new custom checkbox 2025-07-13 20:24:36 +03:00
public Some more organization and splits 2025-07-13 23:56:34 +03:00
src Fixed the drops screens not using their correct game 2025-07-14 22:59:02 +03:00
templates Some more organization and splits 2025-07-13 23:56:34 +03:00
.gitignore Build option for a base url 2025-06-30 00:18:20 +03:00
.prettierrc.json Initial commit with bbs command melding table 2024-06-30 22:47:28 +03:00
Cargo.toml Merged the drops filters, better organization of colors and new custom checkbox 2025-07-13 20:24:36 +03:00
README.md Updated the README 2025-07-05 10:58:11 +03:00
askama.toml Updated dependencies + a major split and cleanup of the code 2025-06-24 19:56:47 +03:00
justfile Build option for a base url 2025-06-30 00:18:20 +03:00
rust-toolchain.toml Updated dependencies + a major split and cleanup of the code 2025-06-24 19:56:47 +03:00
rustfmt.toml Better file hashing and scripts organization 2025-06-29 15:18:43 +03:00

README.md

KHGuide

A small static page generator for guides on a bunch of Kingdom Hearts features.

Such as:

  • synthesis lists and trackers
  • enemy drops and location
  • command melding for Birth By Sleep
  • spirit boards for Dream Drop Distance
  • food simulator for Kingdom Hearts 3

Usage

  • Probably the easiest way is to use the hosted version offered here
  • For a local version you'll need a web server to serve CSS and JavaScript modules, read the below Development section for this

Development

Prerequisite:

Setup

  1. Clone the repo locally using git
  2. Setup your web server and make sure it runs
  3. Configure the web server so it serves files via caddy's file_server

Example of a local Caddyfile:

localhost

file_server
  1. Use just or just build this will generate all the HTML files and copy all assets into an out folder which may copy the contents of inside caddy's site folder to be served
  2. Access the app at localhost