Skip to content

mewcodex/DownfallConpendium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DownfallConpendium Site

Static web frontend for browsing Downfall mod cards.

Online

Browse online: https://mewcodex.github.io/DownfallConpendium/

Contents

  • index.html: page structure
  • styles.css: UI styles
  • app.js: filtering, rendering, i18n, behavior alignment with mod runtime
  • data/cards.json: generated card data
  • assets/: card art and icon assets
  • serve_site.bat: local static server helper

Run locally

Prerequisite: Python 3

  1. Open a terminal in this folder.
  2. Run serve_site.bat.
  3. Open http://localhost:5173

Data source

data/cards.json is generated by the pipeline in the parent project:

  • DownfallConpendium/pipeline/run_pipeline.bat

Re-run the pipeline after changing extraction rules or source-mod analysis logic.

Notes

  • This folder is intended to be published independently from the rest of the workspace.
  • Runtime-display edge cases (for example upgrade text usage and Afterlife extended text) are aligned to actual mod code behavior via generated flags in cards.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors