abhrajit2004 / Twitter-Landing-Page

I am currently developing a production ready Twitter Home Page using Tailwind CSS though you can always contribute here.
https://twitter-landing-page-for-developers.netlify.app/
14 stars 33 forks source link
hacktoberfest hacktoberfest2024

About the project

Presenting A Twitter Landing Page Clone done using HTML and Tailwind CSS.

How to contribute

Installation and Setup

Prerequisites

Testing Via docker

make sure you have docker installed

steps

  1. Clone your forked repository:

    git clone <your forked repository link>
  2. Change directory:

    cd Twitter-Landing-Page
  3. Building the Image:

    docker build -t my-twitter-app .
  4. Run the container:

    docker run -p 5173:5173 my-twitter-app

    How to make a Pull Request

  5. Clone your forked repository:

    git clone <your forked repository link>
  6. Change directory:

    cd Twitter-Landing-Page
  7. Create a new branch:

    git checkout -b <YourBranchName>
  8. Add changes :

    git add <YourFileName>
  9. Commit with a message :

    git commit -m "<commit message>"     
  10. Push to your newly created branch :

    git push origin <name of the newly created branch>     
  11. Then you will see this button or something like Compare and Pull Request .

    Congratulations! You've made your first contribution! 🙌🏼

Maintainers