diff options
author | 2022-07-07 18:31:17 -0400 | |
---|---|---|
committer | 2022-07-07 15:58:05 -0700 | |
commit | d513a6286227d1b241e84a72e6e59344b3904ead (patch) | |
tree | 995dcd7218a3dca602f97017c6c99f512059966a | |
parent | 76ef4fc976cd6fa6db6161ac59c3f9c196fbbcd7 (diff) | |
download | bun-d513a6286227d1b241e84a72e6e59344b3904ead.tar.gz bun-d513a6286227d1b241e84a72e6e59344b3904ead.tar.zst bun-d513a6286227d1b241e84a72e6e59344b3904ead.zip |
Updating format of Next.js example app README to match the rest
-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 |