Skip to content

Commit 933be0e

Browse files
committed
Merge branch 'master'
2 parents d737036 + 90f474a commit 933be0e

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
# Next.js 13 + React Server Components
22

3-
Try the demo live here: [**next-rsc-hn.vercel.app**](https://next-rsc-hn.vercel.app).
4-
5-
> **Warning**: This demo showcases using Server Components with the `app` directory inside Next.js 13. **It's not ready for production adoption, or performance benchmarking** as the underlying APIs are not stable yet, and might change or be improved in the future.
6-
73
## Introduction
84

9-
This is a demo app of the Hacker News website clone, which shows Next.js 13's `app` directory (beta) with support for React Server Components.
5+
This is a demo app which shows Next.js 13's `app` directory (beta) with support for React Server Components.
106

117
[Learn more](https://beta.nextjs.org/docs/rendering/server-and-client-components).
128

139
### Running Locally
1410

15-
1. `pnpm install`
16-
2. `pnpm dev`
11+
1. `yarn`
12+
2. `yarn dev`
1713

1814
Go to `localhost:3000`.
19-
20-
### Deploy
21-
22-
You can quickly deploy the demo to Vercel by clicking this link:
23-
24-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/templates/next.js/react-server-components)
25-
26-
## License
27-
28-
This demo is MIT licensed.

0 commit comments

Comments
 (0)