Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThiagodePaulaSouza/link-bio
my linktree
https://github.com/ThiagodePaulaSouza/link-bio
linktree linktree-clone
Last synced: 7 days ago
JSON representation
my linktree
- Host: GitHub
- URL: https://github.com/ThiagodePaulaSouza/link-bio
- Owner: ThiagodePaulaSouza
- License: mit
- Created: 2022-07-08T07:41:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T23:31:43.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:21:20.175Z (3 months ago)
- Topics: linktree, linktree-clone
- Language: HTML
- Homepage: https://thiagodepaulasouza.github.io/link-bio/
- Size: 1.69 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link Bio ยป @salequi_lapua
![](./images/projectImg.PNG)
## About the Project
This is a personal project that I put my links in one place to use on my social networks## ๐งโโ๏ธHow to Run:
- See the project [Here ๐ฏ](https://thiagodepaulasouza.github.io/link-bio/)## ~~๐จโ๐ปHow to Help~~
##### 1. Before anything:
Fork the project```bash
# setup your git | don't forget to remove the ()
git clone (YourUrlProject)
git remote add origin (YourUrlProject)
git pull origin
git checkout -b (YourBranch)
```##### 2. After your amazing feature:
[Follow the pattern of Conventional Commits ๐ต๏ธโโ๏ธ](https://www.conventionalcommits.org/en/v1.0.0/) (not required)
```bash
# after changes | don't forget to remove the () <>
git status
git add (FileThatYouChange)
git commit -m (": ")
git push -u origin (YourBranch)
```##### 3. Now in your repository fork:
- Click on **Contribute**
- Click on **Compare & pull request**
- Write about your changes
- Click on **Create pull request**## :memo:License
This project is under the MIT license. See the [LICENSE](https://github.com/ThiagodePaulaSouza/link-bio/blob/main/LICENSE) file for more details.