diff --git a/README.md b/README.md index 09a8a4d..191c754 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next- ## Getting Started -First, run the development server: +1. Install dependencies (first time only): + +```bash +npm install +``` + +2. Run the development server: ```bash npm run dev diff --git a/src/app/post/[id]/PostPageClient.js b/src/app/post/[id]/PostPageClient.js index 1473e20..e659a63 100644 --- a/src/app/post/[id]/PostPageClient.js +++ b/src/app/post/[id]/PostPageClient.js @@ -979,10 +979,23 @@ export default function PostPageClient({ postDetails: initialPostDetails, params