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.