Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/start/framework/solid/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Getting Started

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

- [TanStack Start CLI] - Just run `npm create @tanstack/start@latest`. Local, fast, and optionally customizable
- [TanStack Start CLI] - Just run `npm create @tanstack/start@latest -- --framework solid`. Local, fast, and optionally customizable
- [TanStack Builder](#) (coming soon!) - A visual interface to configure new TanStack projects with a few clicks
- [Quick Start Examples](../quick-start) Download or clone one of our official examples
- [Build a project from scratch](../build-from-scratch) - A guide to building a TanStack Start project line-by-line, file-by-file.
Expand Down
4 changes: 2 additions & 2 deletions docs/start/framework/solid/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ title: Quick Start
The fastest way to get a Start project up and running is with the cli. Just run

```
pnpm create @tanstack/start@latest
pnpm create @tanstack/start@latest --framework solid
```

or

```
npm create @tanstack/start@latest
npm create @tanstack/start@latest -- --framework solid
```

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