diff options
-rw-r--r-- | examples/next/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/next/README.md b/examples/next/README.md index 659532f87..cd0b17310 100644 --- a/examples/next/README.md +++ b/examples/next/README.md @@ -1,7 +1,15 @@ +# Next.js with Bun runtime + This is a [Next.js](https://nextjs.org/) project bootstrapped with Bun. ## Getting Started +### Cloning the repo + +```sh +bun create next ./app +``` + First, run the development server: ```bash |