Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 419 Bytes

mods-web-data

This repo contains all of the data that populates my TS4 modding website.

Source data is written in data/, and it is built to build/. The build process involves:

  • Minifying the JSONs
  • Generating an index for all mods
  • Consolidating each mods' meta data with its HTML pages

The website fetches data directly from the build/ folder on the prod branch of this repo.