Skip to content

Kaiwalya-Archive/LinkFree

 
 

Repository files navigation

EddieHub Members

Open in Gitpod

Screenshot

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": "http://github.com/eddiejaoude",
      "icon": "github"
    },
    {
      "name": "Follow me on Twitter",
      "url": "http://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

Open source alternative to LinkTree

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.4%
  • HTML 18.7%
  • Dockerfile 6.8%
  • CSS 5.1%