Skip to content

Commit 61c116b

Browse files
update: start-basic-netlify README.md
1 parent de3f2ee commit 61c116b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/react/start-basic-netlify/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# TanStack Start - Netlify Example
22

3-
This is the basic TanStack Start example, demonstrating the fundamentals of building applications with TanStack Router and TanStack Start.
3+
This is the basic TanStack Start Netlify example, demonstrating the fundamentals of building applications with TanStack Router and TanStack Start and deployment with Netlify.
44

55
- [TanStack Router Docs](https://tanstack.com/router)
66

77
It's deployed automagically with Netlify!
88

99
- [Netlify](https://netlify.com/)
10+
- [Deploy to Netlify Docs](https://docs.netlify.com/build/frameworks/framework-setup-guides/tanstack-start/)
1011

1112
## Start a new project based on this example
1213

1314
To start a new project based on this example, run:
1415

1516
```sh
16-
npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic
17+
npx gitpick TanStack/router/tree/main/examples/react/start-basic-netlify start-basic-netlify
1718
```
1819

1920
## Getting Started
@@ -33,4 +34,4 @@ To build the app for production:
3334

3435
```sh
3536
pnpm build
36-
```
37+
```

0 commit comments

Comments
 (0)