Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions src/content/docs/code-push/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ sidebar:
order: 2
---

import ArcadeEmbed from '~/components/ArcadeEmbed.astro';

:::note

If you have an existing project, you can use
Expand All @@ -19,6 +21,11 @@ To create a new Flutter project with Shorebird, use `shorebird create`:
shorebird create my_app
```

<ArcadeEmbed
src="https://app.arcade.software/share/eTUuhVp2OJkmg4vRGnRD"
title="Create a new flutter project with Shorebird"
/>

This does several things:

1. Runs
Expand Down
6 changes: 5 additions & 1 deletion src/content/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ import {
LinkCard,
} from 'starlight-theme-nova/components';
import { Steps, Tabs, TabItem } from '@astrojs/starlight/components';
import ArcadeEmbed from '~/components/ArcadeEmbed.astro';

{/* TODO: Add 2-minute installation walkthrough video */}
<ArcadeEmbed
src="https://app.arcade.software/share/FP0avaIIQ1MtBzMaQpkT"
title="Getting Started with Shorebird"
/>

This guide walks you through installing Shorebird and integrating it into your
Flutter app.
Expand Down
Loading