https://github.com/frankkulak/mods-web-data
Content loaded by my modding website.
https://github.com/frankkulak/mods-web-data
sims4 website-data
Last synced: 26 days ago
JSON representation
Content loaded by my modding website.
- Host: GitHub
- URL: https://github.com/frankkulak/mods-web-data
- Owner: frankkulak
- Created: 2023-02-08T04:34:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T12:32:06.000Z (11 months ago)
- Last Synced: 2024-07-28T13:55:46.443Z (11 months ago)
- Topics: sims4, website-data
- Language: HTML
- Homepage: https://frankkmods.com
- Size: 7.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mods-web-data
This repo contains all of the data that populates [my TS4 modding website](https://frankkmods.com).
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 pagesThe website fetches data directly from the `build/` folder on the `prod` branch of this repo.