EddieHubCommunity / LinkFree
- понедельник, 9 января 2023 г. в 00:36:26
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.
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
You have 4 options to contribute to the repo, please pick your favourite from:
Brief documentation is below, but full documentation can be found here https://linkfree.eddiehub.io/docs
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
In the cloud-free development environment which will have all the dependencies you need (for example MongoDB).
You can use Gitpod in the cloud
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.
Before contributing or adding a new feature, please make sure you have already installed the following tools:
nvm use
(on Windows, use nvm use v16.17.0
). If this is not installed, run nvm install v16.17.0
.You can set this up locally with the following steps:
.env.example
file to .env
and update any details requireddocker-compose up
to start the MongoDB servicenpm ci
npm run dev
This will allow you to run your favourite IDE but not have to install any dependencies on your computer like NodeJS and MongoDB.
docker-compose up
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:
LinkFree is licensed under the MIT License - see the LICENSE file for details.
Don't forget to leave a star