File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff 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
2020When 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
3339Following the prompts, you might be asked questions like whether you want to use Server Side Rendering or TypeScript.
You can’t perform that action at this time.
0 commit comments