8

GitHub - EddieHubCommunity/LinkFree: Open source alternative to LinkTree

 2 years ago
source link: https://github.com/EddieHubCommunity/LinkFree
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

EddieHub Members

Initially created on a YouTube live stream https://www.youtube.com/watch?v=Jorl_vcp-Ew

Quickstart

  1. Fork project
  2. Clone project
  3. Navigate to project directory cd LinkFree
  4. Install dependencies with npm install
  5. Run npm start

To add your profile

Create a file public/data/<your-username>.json with the following structure:

{
  "name": "Eddie Jaoude",
  "bio": "Founder of EddieHub",
  "avatar": "https://github.com/eddiejaoude.png",
  "links": [
    {
      "name": "Follow me on GitHub",
      "url": "https://github.com/eddiejaoude",
      "icon": "github"
    },
    {
      "name": "Follow me on Twitter",
      "url": "https://twitter.com/eddiejaoude",
      "icon": "twitter"
    }
  ]
}

Your url will be http://linkfree.eddiehub.org/<yourusername>, for example http://linkfree.eddiehub.org/eddiejaoude

Your avatar URL should take the format of https://github.com/<yourusername>.png.

Home page profiles

Your profile will automatically appear on the home page.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK