mribeirogabriel / opentree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CSS 48.0%Language:JavaScript 43.8%Language:HTML 8.1%