From 07317853f8d69349076069a848fcba0d265905c6 Mon Sep 17 00:00:00 2001 From: ErwanDecoster Date: Mon, 6 Oct 2025 15:07:27 +0200 Subject: [PATCH 1/3] fix: update React and Vue.js starter statuses to available with corresponding links --- src/get-started/quick-start.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/get-started/quick-start.md b/src/get-started/quick-start.md index d85d19a..a482e65 100644 --- a/src/get-started/quick-start.md +++ b/src/get-started/quick-start.md @@ -32,23 +32,25 @@ privacy-first applications. title="React Starter" description="React application template with hooks, components, and utilities for seamless iExec integration." icon="logos:react" - status="coming-soon" - statusLabel="Coming Soon" - buttonLabel="Coming Soon" + status="available" + statusLabel="Available" + buttonLabel="Get Started" buttonIcon="mdi:github" - buttonDisabled + buttonHref="https://github.com/iExecBlockchainComputing/iexec-react-starter" /> + buttonHref="https://github.com/iExecBlockchainComputing/iexec-vuejs-starter" + /> + + ## Interactive Sandboxes From 6375e137241e1abb8813046ad8d44ae0dbe8e7d3 Mon Sep 17 00:00:00 2001 From: ErwanDecoster Date: Thu, 9 Oct 2025 15:45:43 +0200 Subject: [PATCH 2/3] fix: update project starter descriptions for clarity and accuracy --- src/get-started/quick-start.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/get-started/quick-start.md b/src/get-started/quick-start.md index a482e65..b7de8f5 100644 --- a/src/get-started/quick-start.md +++ b/src/get-started/quick-start.md @@ -19,7 +19,7 @@ privacy-first applications. Date: Thu, 9 Oct 2025 15:45:48 +0200 Subject: [PATCH 3/3] fix: format ProjectCard components for Next.js, React, and Vue.js starters --- src/get-started/quick-start.md | 57 +++++++++++++++++----------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/src/get-started/quick-start.md b/src/get-started/quick-start.md index b7de8f5..29eb8f2 100644 --- a/src/get-started/quick-start.md +++ b/src/get-started/quick-start.md @@ -17,38 +17,39 @@ Bootstrap your project with our framework-specific templates and start building privacy-first applications. - + title="Next.js Starter" + description="Full-featured Next.js template with Reown integration, TypeScript support, and seamless iExec connectivity." + icon="logos:nextjs-icon" + status="available" + statusLabel="Available" + buttonLabel="Get Started" + buttonIcon="mdi:github" + buttonHref="https://github.com/iExecBlockchainComputing/iexec-nextjs-starter" +/> + title="React Starter" + description="React starter template with Privy SDK for seamless iExec wallet integration." + icon="logos:react" + status="available" + statusLabel="Available" + buttonLabel="Get Started" + buttonIcon="mdi:github" + buttonHref="https://github.com/iExecBlockchainComputing/iexec-react-starter" +/> + +