Skip to content

Commit 4e96e03

Browse files
authored
Bump Nextra version and update readme (#212)
* bump nextra version; update readme * upgrade nextra * upgrade nextra
1 parent 27d1420 commit 4e96e03

File tree

4 files changed

+29
-1143
lines changed

4 files changed

+29
-1143
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
The official website for [SWR](https://github.com/vercel/swr).
44

5-
To develop locally, clone this repository and run the following command to start the local dev server:
5+
The project uses [pnpm](https://pnpm.io), [Nextra](https://nextra.vercel.app) and deploys via [Vercel](https://vercel.com). To develop it locally, clone this repository and run the following command to start the local dev server:
66

77
```bash
8-
yarn
9-
yarn dev
8+
pnpm install
9+
pnpm dev
1010
```
1111

1212
And visit `localhost:3000` to preview your changes.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"intersection-observer": "^0.10.0",
1818
"markdown-to-jsx": "^6.11.4",
1919
"next": "^12.0.7",
20-
"nextra": "^2.0.0-alpha.12",
21-
"nextra-theme-docs": "^2.0.0-alpha.12",
20+
"nextra": "^2.0.0-alpha.16",
21+
"nextra-theme-docs": "^2.0.0-alpha.16",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2",
2424
"react-intersection-observer": "^8.26.2"

0 commit comments

Comments
 (0)