Skip to content

Commit 1ccc2cf

Browse files
committed
Add basic examples page
1 parent a9b878e commit 1ccc2cf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pages/cloudflare/examples.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import { SITE } from '../../config';
2+
import { Callout } from 'nextra/components';
3+
4+
## Examples
5+
6+
### Basic starter projects
7+
8+
Two basic example apps are included in the repository for `@opennextjs/cloudflare` package:
9+
10+
- [*`create-next-app`*](https://github.com/opennextjs/opennextjs-cloudflare/tree/main/examples/create-next-app) — a Next.js project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
11+
- [*`api`*](https://github.com/opennextjs/opennextjs-cloudflare/tree/main/examples/api) — a minimal Next.js project with a single API route
12+
13+
You can use these to understand how to configure your Next.js app to use `@opennextjs/cloudflare`, or refer to [Get Started](/cloudflare/get-started).
14+
15+
### Next.js Commerce Demo
16+
17+
The [Next.js Commerce demo app](https://github.com/vercel/commerce/tree/v1) works with `@opennextjs/cloudflare`. You can view a deployed version of it [here](TODO).
18+
19+
To run this using `@opennextjs/cloudflare`, TODO.

0 commit comments

Comments
 (0)