Skip to content

Commit c43fe31

Browse files
Merge branch 'main' into fix/aside-navigation-scroll
2 parents 84f77a1 + 4e06edb commit c43fe31

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

src/get-started/quick-start.md

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,41 @@ Bootstrap your project with our framework-specific templates and start building
1717
privacy-first applications.
1818

1919
<CardGrid>
20-
<ProjectCard
21-
title="Next.js Starter"
22-
description="Full-featured Next.js template with iExec integration, TypeScript support, and example implementations."
23-
icon="logos:nextjs-icon"
24-
status="available"
25-
statusLabel="Available"
26-
buttonLabel="Get Started"
27-
buttonIcon="mdi:github"
28-
buttonHref="https://github.com/iExecBlockchainComputing/iexec-nextjs-starter"
29-
/>
3020

3121
<ProjectCard
32-
title="React Starter"
33-
description="React application template with hooks, components, and utilities for seamless iExec integration."
34-
icon="logos:react"
35-
status="coming-soon"
36-
statusLabel="Coming Soon"
37-
buttonLabel="Coming Soon"
38-
buttonIcon="mdi:github"
39-
buttonDisabled
40-
/>
22+
title="Next.js Starter"
23+
description="Full-featured Next.js template with Reown integration, TypeScript support, and seamless iExec connectivity."
24+
icon="logos:nextjs-icon"
25+
status="available"
26+
statusLabel="Available"
27+
buttonLabel="Get Started"
28+
buttonIcon="mdi:github"
29+
buttonHref="https://github.com/iExecBlockchainComputing/iexec-nextjs-starter"
30+
/>
31+
32+
<ProjectCard
33+
title="React Starter"
34+
description="React starter template with Privy SDK for seamless iExec wallet integration."
35+
icon="logos:react"
36+
status="available"
37+
statusLabel="Available"
38+
buttonLabel="Get Started"
39+
buttonIcon="mdi:github"
40+
buttonHref="https://github.com/iExecBlockchainComputing/iexec-react-starter"
41+
/>
4142

4243
<ProjectCard
43-
title="Vue.js Starter"
44-
description="Vue 3 Composition API template with TypeScript and optimized build configuration for iExec apps."
45-
icon="logos:vue"
46-
status="coming-soon"
47-
statusLabel="Coming Soon"
48-
buttonLabel="Coming Soon"
49-
buttonIcon="mdi:github"
50-
buttonDisabled
51-
/> </CardGrid>
44+
title="Vue.js Starter"
45+
description="Vue 3 starter template with TypeScript and Reown integration for iExec apps."
46+
icon="logos:vue"
47+
status="available"
48+
statusLabel="Available"
49+
buttonLabel="Get Started"
50+
buttonIcon="mdi:github"
51+
buttonHref="https://github.com/iExecBlockchainComputing/iexec-vuejs-starter"
52+
/>
53+
54+
</CardGrid>
5255

5356
## Interactive Sandboxes
5457

0 commit comments

Comments
 (0)