Skip to content

Commit

Permalink
changine readme to provide detailed building instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnob-B committed Oct 27, 2024
1 parent e593ed5 commit 09a669f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your forked repository link>
```
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**:

Expand Down

0 comments on commit 09a669f

Please sign in to comment.