Skip to content

Commit

Permalink
adopt pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 21, 2024
1 parent 239a25d commit 7135a50
Show file tree
Hide file tree
Showing 8 changed files with 3,160 additions and 8,009 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
legacy-peer-deps=true
public-hoist-pattern[]=@lit-labs/*
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.2
20.12.2
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ You can see the live demo at [https://greenwood-lit-ssr.vercel.app/](https://gre
## Setup

To run locally
To run locally:
1. Install [**pnpm**](https://pnpm.io/installation)
1. Clone the repo
1. Run `npm ci`
1. Run `pnpm i`

You can now run these npm scripts
- `npm run dev` - Start the demo with Greenwood local dev server
- `npm start` - Start the demo with a production Greenwood build
- `pnpm dev` - Start the demo with Greenwood local dev server
- `pnpm start` - Start the demo with a production Greenwood build

> 👉 **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_.
Expand Down
Loading

0 comments on commit 7135a50

Please sign in to comment.