SwiftUI app that is basically still the SwiftUI template code provided with Xcode 15
But added a "flame" icon button that runs Ignite on a background thread
It uses a basic Page.swift ("Members.swift"), Site.swift, and Theme.swift to generate an HTML table with club membership data. App itself will incidentally ultimately read the data from a JSON file - but for now the table data is hardcoded in Swift.
Fixed issues related to incorporating Ignite into existing project via "add package":
Fix: #115
Can be tested via my unfinished App vdhamer/Photo-Club-Hub-HTML. Contents of project: