Presenting A Twitter Landing Page Clone done using HTML and Tailwind CSS.
npm
git clone <your forked repository link>
cd Twitter-Landing-Page
npm i
npm run dev
make sure you have docker installed
Clone your forked repository:
git clone <your forked repository link>
Change directory:
cd Twitter-Landing-Page
Building the Image:
docker build -t my-twitter-app .
Run the container:
docker run -p 5173:5173 my-twitter-app
Clone your forked repository:
git clone <your forked repository link>
Change directory:
cd Twitter-Landing-Page
Create a new branch:
git checkout -b <YourBranchName>
Add changes :
git add <YourFileName>
Commit with a message :
git commit -m "<commit message>"
Push to your newly created branch :
git push origin <name of the newly created branch>
Then you will see this button or something like Compare and Pull Request .
Congratulations! You've made your first contribution! 🙌🏼