Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions src/routes/solid-start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down