From 463c36bc0cc0f41659ffe8e7054844a07fede4d0 Mon Sep 17 00:00:00 2001 From: ramnique <30795890+ramnique@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:45:56 +0530 Subject: [PATCH] update readme --- apps/rowboat/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/rowboat/README.md b/apps/rowboat/README.md index c4033664..310c46f5 100644 --- a/apps/rowboat/README.md +++ b/apps/rowboat/README.md @@ -2,16 +2,16 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next ## Getting Started +Install dependencies: + +```bash +npm install +``` + First, run the development server: ```bash npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.