Deploy web app to satsprice.app/app/ and link it from the website
Deploy website to GitHub Pages / deploy (push) Canceled after 0s

The GitHub Pages workflow now builds the Compose wasmJs web app and
publishes it alongside the marketing site, so it's reachable at
/app/. Add nav/hero/download links to it and list Web among the
supported platforms. Add website/serve-local.sh to reproduce the
production layout locally, and document the setup in README/AGENTS.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-15 08:40:08 +03:00
co-authored by Claude Sonnet 5
parent e387f2906c
commit 1852d790ac
7 changed files with 129 additions and 9 deletions
+34
View File
@@ -268,6 +268,20 @@ h1, h2, h3, h4 {
margin-top: 32px;
}
.hero-webapp {
margin-top: 18px;
font-size: 14px;
color: var(--text-faint);
}
.hero-webapp a {
color: var(--gold);
font-weight: 600;
text-decoration: none;
}
.hero-webapp a:hover { text-decoration: underline; }
.platform-pills {
display: flex;
flex-wrap: wrap;
@@ -652,6 +666,26 @@ h1, h2, h3, h4 {
.badge-link.obtainium img,
.badge-link.github img { height: 56px; }
.webapp-divider {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
margin-top: 30px;
color: var(--text-faint);
font-size: 13px;
}
.webapp-divider::before,
.webapp-divider::after {
content: "";
height: 1px;
width: 80px;
background: var(--border);
}
.webapp-cta { margin-top: 18px; }
.version-row {
margin-top: 38px;
display: flex;