📃biotree is a social media reference landing page. An open-source alternative to Linktree
Click here to view the live demo.
- Fork the project
- Clone the project
- Navigate to the project directory
cd biotree
- Install dependencies with
npm install
- Run
npm start
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