Presenting A Twitter Landing Page Clone done using HTML and Tailwind CSS.
- 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.
- Node.js
- npm
-
Clone your forked repository:
git clone <your forked repository link>
-
Change directory:
cd Twitter-Landing-Page
-
Install Dependencies:
npm i
-
Run the project:
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! 🙌🏼