From d4014546eb3588867dd03225e296de541b8fd54b Mon Sep 17 00:00:00 2001 From: shamsartem Date: Tue, 7 Oct 2025 11:26:14 +0200 Subject: [PATCH] Update getting-started.mdx --- src/routes/solid-start/getting-started.mdx | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/routes/solid-start/getting-started.mdx b/src/routes/solid-start/getting-started.mdx index ae4858cbb..49148e22c 100644 --- a/src/routes/solid-start/getting-started.mdx +++ b/src/routes/solid-start/getting-started.mdx @@ -18,16 +18,22 @@ This will create a new directory for your project based on the name you enter. **2. Choose a template** When you run the command above, SolidStart will prompt you to choose a template for your new application. -You can see a [list of these options in the SolidStart repository](https://github.com/solidjs/solid-start/tree/main/examples). +You can see a [list of these options in the templates repository](https://github.com/solidjs/templates/tree/main/solid-start). ```bash frame="terminal" -? Which template do you want to use? › - Use arrow-keys. Return to submit. -❯ bare - hackernews - with-auth - with-mdx - with-tailwindcss - with-vitest +◆ Which template would you like to use? +│ ● basic +│ ○ bare +│ ○ with-solidbase +│ ○ with-auth +│ ○ with-authjs +│ ○ with-drizzle +│ ○ with-mdx +│ ○ with-prisma +│ ○ with-solid-styled +│ ○ with-tailwindcss +│ ... +└ ``` Following the prompts, you might be asked questions like whether you want to use Server Side Rendering or TypeScript.