SkillAgentSearch skills...

Biotree

📃biotree is a social media reference landing page. An open-source alternative to Linktree

Install / Use

/learn @surajshende247/Biotree
About this skill

Quality Score

0/100

Category

Marketing

Supported Platforms

Universal

README

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

  1. Fork the project
  2. Clone the project
  3. Navigate to the project directory cd biotree
  4. Install dependencies with npm install
  5. 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

Contributers

GitHub Contributors Image

View on GitHub
GitHub Stars10
CategoryMarketing
Updated2y ago
Forks24

Languages

JavaScript

Security Score

80/100

Audited on Oct 17, 2023

No findings