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