Skip to content

I am currently developing a production ready Twitter Home Page using Tailwind CSS though you can always contribute here.

Notifications You must be signed in to change notification settings

abhrajit2004/Twitter-Landing-Page

Repository files navigation

About the project

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

How to contribute

  • Fork this repository
  • Take a look at the existing Issues
  • At first raise an issue in which you want to work.
  • Create a branch for that issue ( for which you have raised earlier ) that you are working on and commit your work.
  • Please do not make more than 2 issues at a time , once your PR have been merged only then go for the next issue
  • When you get assigned only then work on that issue & make a PR
  • Please try to make a separate branch in your fork before making a PR
  • Create a Pull Request, which will be reviewed and given suggestions for improvements by the community.
  • Add screenshots or video prototypes to your Pull Request to help us understand the effects of the changes that are included in your commits.

Installation and Setup

Prerequisites

  • Node.js
  • npm

Steps

  1. Clone your forked repository:

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

    cd Twitter-Landing-Page
  3. Install Dependencies:

    npm i
  4. Run the project:

    npm run dev

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

  1. Clone your forked repository:

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

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

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

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

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

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

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

Maintainers

About

I am currently developing a production ready Twitter Home Page using Tailwind CSS though you can always contribute here.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published