Skip to content

Commit 7135a50

Browse files
adopt pnpm
1 parent 239a25d commit 7135a50

File tree

8 files changed

+3160
-8009
lines changed

8 files changed

+3160
-8009
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
legacy-peer-deps=true
1+
public-hoist-pattern[]=@lit-labs/*

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.2
1+
20.12.2

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ You can see the live demo at [https://greenwood-lit-ssr.vercel.app/](https://gre
88
99
## Setup
1010

11-
To run locally
11+
To run locally:
12+
1. Install [**pnpm**](https://pnpm.io/installation)
1213
1. Clone the repo
13-
1. Run `npm ci`
14+
1. Run `pnpm i`
1415

1516
You can now run these npm scripts
16-
- `npm run dev` - Start the demo with Greenwood local dev server
17-
- `npm start` - Start the demo with a production Greenwood build
17+
- `pnpm dev` - Start the demo with Greenwood local dev server
18+
- `pnpm start` - Start the demo with a production Greenwood build
1819

1920
> 👉 **Note**: _If deploying to your own Vercel instance, make sure you set the NodeJS version to `18.x` in your Vercel project's General settings_.
2021

0 commit comments

Comments
 (0)