Skip to content
Open
Show file tree
Hide file tree
Changes from 9 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
9 changes: 8 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,15 @@ 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 */}
{/* ARCADE EMBED START */}
Comment thread
AbhishekDoshi26 marked this conversation as resolved.
Outdated

<ArcadeEmbed
src="https://app.arcade.software/share/FP0avaIIQ1MtBzMaQpkT"
title="Getting Started with Shorebird"
/>
{/* ARCADE EMBED END */}

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