Biotree
📃biotree is a social media reference landing page. An open-source alternative to Linktree
Install / Use
/learn @surajshende247/BiotreeREADME
biotree
📃biotree is a social media reference landing page. An open-source alternative to Linktree
Screenshot
Click here to view the live demo.
<p align="center"> <img src="https://user-images.githubusercontent.com/41753685/135701649-5208d048-4259-4e5d-917e-80d5c0f2f130.png" width="80%" title="biotree"> </p>Quickstart
- Fork the project
- Clone the project
- Navigate to the project directory
cd biotree - Install dependencies with
npm install - Run
npm start
How can I add my profile?
Create a file named your-username.json in the directory src/users with the following content:
Optional fields: links and milestones
{
"name": "Suraj Shende",
"image": "http://github.com/surajshende247.png",
"bio": "Founder of Road To Code",
"links":[
{
"name": "GitHub",
"url": "http://github.com/surajshende247",
"icon": "github"
},
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/surajshende247/",
"icon": "linkedin"
},
{
"name": "Twitter",
"url": "https://twitter.com/surajshende247",
"icon": "twitter"
},
{
"name": "Instagram",
"url": "https://www.instagram.com/surajshende_247/",
"icon": "instagram"
},
{
"name": "YouTube",
"url": "https://www.youtube.com/channel/UC0eauXsOnwwkNTjppgk9-vw",
"icon": "youtube"
}
]
}
Your URL will be https://bio-tree.herokuapp.com/<yourusername>. For example: https://bio-tree.herokuapp.com/surajshende247
