From 09a669f187a5737b3c85b0be4e8c39a44d58962c Mon Sep 17 00:00:00 2001 From: Arnob-B Date: Sun, 27 Oct 2024 12:35:34 +0530 Subject: [PATCH] changine readme to provide detailed building instruction --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 0a999b6..32c9d36 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,30 @@ Presenting A Twitter Landing Page Clone done using HTML and Tailwind CSS. npm run dev ``` +# Testing Via docker +> make sure you have docker installed + +### steps +1. **Clone your forked repository**: + + ```bash + git clone + ``` +2. **Change directory**: + + ```bash + cd Twitter-Landing-Page + ``` +4. **Building the Image**: + + ```bash + docker build -t my-twitter-app . + ``` +3. **Run the container**: + + ```bash + docker run -p 5173:5173 my-twitter-app + ``` # How to make a Pull Request 1. **Clone your forked repository**: