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
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,25 @@ The repository contains two directories:
17
17
-`packages` containing a cloudflare package that can be used to build a Cloudflare Workers-compatible output for Next.js applications.
18
18
-`examples` containing Next.js applications that use the above mentioned cloudflare package.
19
19
20
-
### How to try out/develop in the repository
20
+
### How to try out the `@opennextjs/cloudflare` package
21
+
22
+
You can simply install the package from npm as specified in the [OpenNext documentation](https://opennext.js.org/cloudflare/get-started).
23
+
24
+
#### Preleases
25
+
26
+
Besides the standard npm releases we also automatically publish prerelease packages on branch pushes (using [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new)):
Updated with every push to the `experimental` branch, this prerelease contains the latest experimental version of the package (containing features that we want to test/experiment on before committing to).
32
+
33
+
Which you can simply install directly with your package manager of choice, for example:
34
+
35
+
```bash
36
+
npm i https://pkg.pr.new/@opennextjs/cloudflare@main
37
+
```
38
+
39
+
### How to develop in the repository
21
40
22
41
See the [CONTRIBUTING](./CONTRIBUTING.md) page for how to get started with this repository.
0 commit comments