{step.description}
+,
+ description:
+ 'To get started, install the Supabase CLI to manage your project locally, handle migrations, and seed data.',
+ actions: [
+ {
+ label: 'Install via npm',
+ component: (
+ ,
+ description: 'Your project is ready. Connect your app using one of our client libraries.',
+ actions: connectActions,
+ },
+ {
+ key: 'signup-first-user',
+ status: 'incomplete',
+ title: 'Sign up your first user',
+ icon: ,
+ description: 'Add server-side logic by creating and deploying your first Edge Function.',
+ actions: [
+ {
+ label: 'Create a function',
+ href: `/project/${ref}/functions/new`,
+ variant: 'default',
+ },
+ { label: 'View functions', href: `/project/${ref}/functions`, variant: 'default' },
+ ],
+ },
+ {
+ key: 'monitor-progress',
+ status: 'incomplete',
+ title: "Monitor your project's usage",
+ icon: ,
+ description: "Your project is ready. Let's connect your application to Supabase.",
+ actions: connectActions,
+ },
+ {
+ key: 'signup-first-user',
+ status: 'incomplete',
+ title: 'Sign up your first user',
+ icon: ,
+ description:
+ "Extend your app's functionality by creating an Edge Function for server-side logic.",
+ actions: [
+ {
+ label: 'Create a function',
+ href: `/project/${ref}/functions/new`,
+ variant: 'default',
+ },
+ ],
+ },
+ {
+ key: 'monitor-progress',
+ status: 'incomplete',
+ title: "Monitor your project's health",
+ icon:
+ + With Supabase, you have the flexibility to adopt a workflow that works for you. You + can do everything via the dashboard, or manage your entire project within your own + codebase. +
+Message
-Message
+