Skip to content

Commit 540626b

Browse files
docs: improve template instructions in installation docs (#12572)
* thomasgauvin: add templates to installation docs * Update docs/start/framework/installation.md * thomasgauvin: make the options easier to see and reduce duplicate commands * Update contributors.yml * Move and consolidate updates * Remove duplicate section * Add deploy to the language --------- Co-authored-by: Brooks Lybrand <[email protected]>
1 parent 99e5a74 commit 540626b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272
- thepedroferrari
273273
- thethmuu
274274
- thisiskartik
275+
- thomasgauvin
275276
- thomasverleye
276277
- ThornWu
277278
- tiborbarsi

docs/start/framework/installation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@ You can now open your browser to `http://localhost:5173`
2323

2424
You can [view the template on GitHub][default-template] to see how to manually set up your project.
2525

26-
To get started with a template that deploys to your preferred host, check out [all of our templates](https://github.com/remix-run/react-router-templates).
26+
We also have a number of [ready to deploy templates][react-router-templates] available for you to get started with:
27+
28+
```shellscript nonumber
29+
npx create-react-router@latest --template remix-run/react-router-templates/<template-name>
30+
```
2731

2832
---
2933

3034
Next: [Routing](./routing)
3135

3236
[manual_usage]: ../how-to/manual-usage
3337
[default-template]: https://github.com/remix-run/react-router-templates/tree/main/default
38+
[react-router-templates]: https://github.com/remix-run/react-router-templates

0 commit comments

Comments
 (0)