AppLandingPage
1.0.0
A sample project for a static landing page for iOS apps, using Publish.
See the live demo here.
$ git clone [email protected]:Bearologics/AppLandingPage.git && cd $_
$ open Package.swift
main.swift
to suit your needs and build the project. You'll find the statically generated Landingpage inside the ./Output
folder.Grab an "Download on the App Store"-Badge from Apple's Marketing Material (those haven't been included due to licensing reasons).
You could then include them in Landingpage.swift
in the a(forAppStore link: AppStoreLink?) -> Node
function.
See LICENSE.md.