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.