You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Please read the [contribution guidelines](.github/contributing.md) before submit
27
27
This is a monorepo containing several packages:
28
28
29
29
-**`api/`** - Hono-based API server running on Cloudflare Workers. Used by tools embedded on websites to fetch their config, handle payments, and manage probabilistic revenue sharing.
30
-
-**`frontend/`** - Remix-based React frontend application. Provides the configuration interface where publishers customize their Web Monetization tools (banners, widgets, link tags).
30
+
-**`frontend/`** - React Router 7 (framework mode) React frontend. Provides the configuration interface where publishers customize their Web Monetization tools (banners, widgets, link tags).
31
31
-**`components/`** - Lit-based web components for publishers. Contains reusable web components that get embedded into publisher websites.
32
32
-**`cdn/`** - Content delivery network package. Delivers the embeddable scripts and their related assets that publishers include on their websites to show monetization tools.
33
33
-**`shared/`** - Shared utilities and types
@@ -36,7 +36,7 @@ This is a monorepo containing several packages:
36
36
## Prerequisites
37
37
38
38
-[Node.js](https://nodejs.org/) 24+
39
-
-[pnpm](https://pnpm.io/)9.15.9+
39
+
-[pnpm](https://pnpm.io/)10.33+
40
40
41
41
## Installation
42
42
@@ -122,8 +122,8 @@ This will trigger the deploy workflow and create preview environments for the PR
0 commit comments