Skip to content

mribeirogabriel/opentree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTree

N|Solid

Opentree is a open clone of Linktree UI.

  • Unify your Social Media links.
  • Send followers anywhere: articles, webstore, events and more.

Instalation:

$ 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]
}

N|Solid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published