From 4fda3911c08d84acbc8dd904d6f030050f8943da Mon Sep 17 00:00:00 2001 From: Joshua Dance Date: Thu, 6 Jul 2023 16:48:01 -0600 Subject: [PATCH] Update README.md added install dependencies step. I forgot that and got stuck on it for a second. --- next06/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/next06/README.md b/next06/README.md index 5bc7ca24..4a7aa718 100644 --- a/next06/README.md +++ b/next06/README.md @@ -2,7 +2,16 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next ## Getting Started -First, run the development server: +Make sure you have installed the dependencies: +```bash +npm install +# or +yarn +# or +pnpm install +``` + +Then run the development server: ```bash npm run dev