Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions pages/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ export default function StartPage() {
OpenAdapt CLI
</h2>
<p className="mt-3 text-sm leading-relaxed text-ink-2">
Run the complete local tutorial, inspect every
artifact, and script the same lifecycle in a
terminal or CI environment.
Run the bundled workflow as an optional installation
check and inspect its artifacts. Then follow the guide
below to record your own app.
</p>

<div className="mt-6">
Expand All @@ -105,19 +105,19 @@ export default function StartPage() {
/>
</div>
<div className="mt-5">
<p className="eyebrow">2 · Run the whole loop</p>
<p className="eyebrow">2 · Check the installation</p>
<Command
command={QUICKSTART}
event={EVENTS.LOCAL_QUICKSTART_RUN_COPIED}
/>
</div>
<div className="mt-5">
<p className="eyebrow">3 · Inspect the report</p>
<p className="eyebrow">3 · Inspect the bundled report</p>
<p className="mt-2 text-sm leading-relaxed text-ink-2">
Confirm the <code>VERIFIED</code> outcome and
review the retained actions and effect
evidence. The report also includes the
privacy-safe receipt.
Confirm the bundled workflow&apos;s{' '}
<code>VERIFIED</code> outcome and review the
retained actions and effect evidence. The report
also includes the privacy-safe receipt.
</p>
</div>
<p className="mt-5 text-xs leading-relaxed text-ink-3">
Expand Down
Loading