Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
/ BioDrop Public archive

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.

License

Notifications You must be signed in to change notification settings

EddieHubCommunity/BioDrop

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2689563 ยท Jan 17, 2023
Jan 14, 2023
Dec 6, 2022
Oct 28, 2022
Jan 16, 2023
Jan 16, 2023
Jan 16, 2023
Oct 31, 2022
Jan 14, 2023
Jan 17, 2023
Dec 22, 2022
Nov 19, 2022
Nov 11, 2022
Jan 16, 2023
Oct 31, 2022
Dec 28, 2022
Nov 26, 2022
Oct 7, 2022
Jan 11, 2023
Nov 23, 2022
Jan 12, 2023
Oct 31, 2022
Dec 10, 2022
Sep 2, 2022
Jan 16, 2023
Mar 3, 2022
Dec 25, 2022
Dec 28, 2022
Jan 9, 2023
Oct 31, 2022
Jan 10, 2023
Jul 11, 2022
Dec 28, 2022
Jan 11, 2023
Jan 4, 2023
Jan 17, 2023
Jan 16, 2023
Jan 11, 2023
Aug 24, 2022
Dec 5, 2022
Dec 5, 2022

Repository files navigation

Open in GitPod Uptime License: MIT GitHub release (latest by date) GitHub repo size

What is LinkFree?

LinkFree is the Open Source alternative to LinkTree. A platform where people in tech can have a single hub to showcase their content in order to accelerate their career, whilst contributing to an Open Source project and being part of a community that has a say in where the project is going.

Your profile will have links to your social media and content. You can also add your timeline, testimonials, and upcoming events that you are participating in.

Here is an example of a LinkFree Profile https://linkfree.eddiehub.io/eddiejaoude

Example profile on LinkFree

๐Ÿ› ๏ธ Quickstart

You have 4 options to contribute to the repo, please pick your favourite from:

  1. GitHub UI (recommended for adding/editing your profile)
  2. Gitpod
  3. Local development
  4. Local development with Docker Compose

Brief documentation is below, but full documentation can be found here https://linkfree.eddiehub.io/docs

GitHub UI

This is great if you only want to add your Profile or make changes to it.

Here is the QuickStart guide to add your profile https://linkfree.eddiehub.io/docs/quickstart

note: give extra attention to JSON formatting and the GitHub Action after you create the Pull Request

Gitpod

In the cloud-free development environment which will have all the dependencies you need (for example MongoDB).

You can use Gitpod in the cloud Gitpod Ready-to-Code

Local development

This environment is fully on computer and requires each dependency (for example MongoDB) to be installed and set up, but gives you the most flexibility for customisation.

Prerequisites

Before contributing or adding a new feature, please make sure you have already installed the following tools:

  • NodeJs (Works with Node LTS version v16.17.0)
  • MongoDB
  • Optional NVM: Switch Node version by using nvm use (on Windows, use nvm use v16.17.0). If this is not installed, run nvm install v16.17.0.

Commands

You can set this up locally with the following steps:

  1. copy the .env.example file to .env and update any details required
  2. MongoDB is required, it is possible to use docker-compose up to start the MongoDB service
  3. npm ci
  4. npm run dev

Local development with Docker Compose

This will allow you to run your favourite IDE but not have to install any dependencies on your computer like NodeJS and MongoDB.

Prerequisites

Commands

  1. docker compose up

๐Ÿ™‚ How to add YOUR Profile

Step by step quickstart guide can be found in the full docs here https://linkfree.eddiehub.io/docs/quickstart


Looking for inspiration? You can view the following profiles for an example:

๐Ÿ›ก๏ธ License

LinkFree is licensed under the MIT License - see the LICENSE file for details.

๐Ÿงฐ Contributing

  • Contributions make the open source community an amazing place to learn, inspire, and create.
  • Any contributions you make are truly appreciated.
  • Let's continue contributing to keep the community active and growing.

๐Ÿ™ Support

Don't forget to leave a star โญ๏ธ