Skip to content

Commit 3a5c980

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.37.0
2 parents 24af4e9 + f4b14b1 commit 3a5c980

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

src/routes/solid-start/getting-started.mdx

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,22 @@ This will create a new directory for your project based on the name you enter.
1818
**2. Choose a template**
1919

2020
When you run the command above, SolidStart will prompt you to choose a template for your new application.
21-
You can see a [list of these options in the SolidStart repository](https://github.com/solidjs/solid-start/tree/main/examples).
21+
You can see a [list of these options in the templates repository](https://github.com/solidjs/templates/tree/main/solid-start).
2222

2323
```bash frame="terminal"
24-
? Which template do you want to use? › - Use arrow-keys. Return to submit.
25-
❯ bare
26-
hackernews
27-
with-auth
28-
with-mdx
29-
with-tailwindcss
30-
with-vitest
24+
◆ Which template would you like to use?
25+
│ ● basic
26+
│ ○ bare
27+
│ ○ with-solidbase
28+
│ ○ with-auth
29+
│ ○ with-authjs
30+
│ ○ with-drizzle
31+
│ ○ with-mdx
32+
│ ○ with-prisma
33+
│ ○ with-solid-styled
34+
│ ○ with-tailwindcss
35+
│ ...
36+
3137
```
3238

3339
Following the prompts, you might be asked questions like whether you want to use Server Side Rendering or TypeScript.

0 commit comments

Comments
 (0)