Skip to content

Commit 51ae813

Browse files
authored
docs(solid-start): add framework flag to solid start cli commands (#5707)
1 parent 04f137e commit 51ae813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/start/framework/solid/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Getting Started
77

88
Choose one of the following options to start building a _new_ TanStack Start project:
99

10-
- [TanStack Start CLI] - Just run `npm create @tanstack/start@latest`. Local, fast, and optionally customizable
10+
- [TanStack Start CLI] - Just run `npm create @tanstack/start@latest -- --framework solid`. Local, fast, and optionally customizable
1111
- [TanStack Builder](#) (coming soon!) - A visual interface to configure new TanStack projects with a few clicks
1212
- [Quick Start Examples](../quick-start) Download or clone one of our official examples
1313
- [Build a project from scratch](../build-from-scratch) - A guide to building a TanStack Start project line-by-line, file-by-file.

docs/start/framework/solid/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ title: Quick Start
88
The fastest way to get a Start project up and running is with the cli. Just run
99

1010
```
11-
pnpm create @tanstack/start@latest
11+
pnpm create @tanstack/start@latest --framework solid
1212
```
1313

1414
or
1515

1616
```
17-
npm create @tanstack/start@latest
17+
npm create @tanstack/start@latest -- --framework solid
1818
```
1919

2020
depending on your package manage of choice. You'll be prompted to add things like Tailwind, eslint, and a ton of other options.

0 commit comments

Comments
 (0)