mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
350865c466
* fix(create-vinext-app): generate next env on first run * fix(types): keep next env renderer internal
Next.js Playground
This playground is used by the DX team to explore, test, and demo new Next.js features. It serves as a starting point for writing documentation and helps us understand features, identify bugs, and provide feedback to the Next.js team.
Running Locally
- Install dependencies:
pnpm install
- Start the dev server:
pnpm dev