diff --git a/README.md b/README.md index e215bc4..aa53980 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). ## Getting Started +First, install the dependencies: -First, run the development server: +```bash +npm install +# or +yarn install +# or +pnpm install +# or +bun install +``` + +Then, run the development server: ```bash npm run dev