This site will let you choose different theme and and create your Linktree easily where all your social links are stored
The app to to get your link tree just paste link and get your link tree link
-
Thanks a ton for showing your interest in contributing to our repository! Pull requests are welcome. For major changes, please open an Issue first to discuss what you would like to change.
-
To start contributing to this Repository, follow the below guidelines:
-
Fork Repositories.
-
Clone to to your local system by using following command.
git clone https://github.com/<your_user_name>/LinkTreeGenerator.git
- Navigate to the project directory 📁.
cd LinkTreeGenerator
- Add reference to original repository (remote).[if you Want to contribute]
git remote add upstream https://github.com/kunal-umap/LinkTreeGenerator.git
- Then install node package for frontend.
cd client
npm install
- Then start frontend server.
npm start
- To install node package for Backend.
cd server
npm install
- Then start backend server.
npm start
- Before making any changes in the repository, always take a pull from the upstream repository to your branch to keep it updated with remote repository.
git pull upstream main
- Create a new branch.
git checkout -b <your_branch_name>
-
Make necessary changes that are required.
-
Track Your Changes
git add .
- Commit your changes.
git commit -m "Relevant message"
- Push the committed changes in your branch to your remote repo.
git push -u origin <your_branch_name>
- Make The Pull Request (PR) 🚀
- Wooohoo! You have successfully made a PR to the Repo- LinkTree ✨ . Wait for your Submission to be Accepted and your PR to be Merged!.