A demonstration repo for deploying a full-stack Greenwood app using Lit SSR with Vercel static hosting and Serverless + Edge functions.
You can see the live demo at https://greenwood-lit-ssr.vercel.app/.
It is based on this Greenwood demo.
To run locally:
- Install pnpm
- Clone the repo
- Run
pnpm i
You can now run these npm scripts
pnpm dev
- Start the demo with Greenwood local dev serverpnpm start
- Start the demo with a production Greenwood build