1.3 KiB
1.3 KiB
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
- Clone the repo locally using git
- Setup your web server and make sure it runs
- Configure the web server so it serves files via caddy's
file_server
Example of a local Caddyfile:
localhost
file_server
- Use
just
orjust build
this will generate all the HTML files and copy all assets into anout
folder which may copy the contents of inside caddy'ssite
folder to be served - Access the app at
localhost