Opentree is a open clone of Linktree UI.
- Unify your Social Media links.
- Send followers anywhere: articles, webstore, events and more.
$ git clone https://github.com/mribeirogabriel/opentree
$ cd opentree
$ yarn
You need run this app and open your browser...
$ yarn start
Customize your links on main page.
$ code /src/pages/main.js
Edit links variables.
const profileName = 'Profile Name'
const pageTitle = profileName + ' | Social Media Links'
const linkList = {
'Instagram': ['https://instagram.com', instagramLogo],
'Twitter': ['https://twitter.com', twitterLogo],
'Youtube': ['https://youtube.com', youtubeLogo],
'Twitch': ['https://twitch.com', twitchLogo],
'Facebook':['https://facebook.com', facebookLogo]
}