diff --git a/website/docs/gettingstarted/firstproject.mdx b/website/docs/gettingstarted/firstproject.mdx
index beaf1365b..f3c123135 100644
--- a/website/docs/gettingstarted/firstproject.mdx
+++ b/website/docs/gettingstarted/firstproject.mdx
@@ -11,74 +11,76 @@ Now that the CLI is installed, you can generate a new project by using the `wail
Pick your favourite framework:
+
+
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
+
- wails init -n myproject -t svelte
+ wails init -n myproject -t svelte
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t svelte-ts
-
+ wails init -n myproject -t svelte-ts
+
- wails init -n myproject -t react
+ wails init -n myproject -t react
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t react-ts
-
+ wails init -n myproject -t react-ts
+
- wails init -n myproject -t vue
+ wails init -n myproject -t vue
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t vue-ts
-
+ wails init -n myproject -t vue-ts
+
- wails init -n myproject -t preact
+ wails init -n myproject -t preact
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t preact-ts
-
+ wails init -n myproject -t preact-ts
+
- wails init -n myproject -t lit
+ wails init -n myproject -t lit
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t lit-ts
-
+ wails init -n myproject -t lit-ts
+
- wails init -n myproject -t vanilla
+ wails init -n myproject -t vanilla
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t vanilla-ts
-