Go to file
Wynd b606c3b095 Visual pathing for bbs finishers 2026-03-04 01:13:06 +02:00
.cargo Initial commit with bbs command melding table 2024-06-30 22:47:28 +03:00
input Visual pathing for bbs finishers 2026-03-04 01:13:06 +02:00
public Visual pathing for bbs finishers 2026-03-04 01:13:06 +02:00
src Visual pathing for bbs finishers 2026-03-04 01:13:06 +02:00
templates Visual pathing for bbs finishers 2026-03-04 01:13:06 +02: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 Visual pathing for bbs finishers 2026-03-04 01:13:06 +02:00
README.md Updated README 2025-10-31 22:23:30 +02:00
askama.toml Updated dependencies + a major split and cleanup of the code 2025-06-24 19:56:47 +03:00
build.rs Added git hash used for the build in the footer 2026-03-02 00:23:00 +02:00
justfile Added git hash used for the build in the footer 2026-03-02 00:23:00 +02: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 and pro codes simulators 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
  4. Use just or just build this will generate all the HTML files
  5. Copy all assets from the newly generated out folder inside caddy's site folder to be served
    • Make sure the path served is the same as the BASE_URL env var (ex: site/khguide corresponds to BASE_URL="/khguide")
  6. Access the app at localhost