Skip to content

Commit 2914892

Browse files
authored
readme: Update preview local changes guidelines (#2296)
<!-- Thanks for making a pull request! Before submitting, please read our contributing guidelines: https://github.com/graphql/graphql.github.io/blob/source/CONTRIBUTING.md Have any questions? Feel free to ask in this PR or you can also find us on the #website channel on the GraphQL Slack (invite link available in CONTRIBUTING.md) --> ## Description <!-- Write a brief description of the changes introduced by this PR --> The README for this repo referred to using npm instead of pnpm.
1 parent 8acf1d0 commit 2914892

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ The website is deployed via [Vercel](https://vercel.com) on merges to the `sourc
4242
`git clone https://github.com/graphql/graphql.github.io.git`
4343
`cd graphql.github.io`
4444
2. Install dependencies:
45-
`npm install`
45+
`pnpm i`
4646
3. Run the site locally:
47-
`npm run dev`
47+
`pnpm dev`
48+
4. Open http://localhost:3000 to view it in the browser.
4849

4950
## How to Contribute
5051

0 commit comments

Comments
 (0)