LinqFree

Free Full-Stack and Quickly-Deployable Linktree Alternative

Features

Installation and Running

  1. Download the latest release .zip file to your local machine or clone the repo:
       git clone https://github.com/jecharlt/LinqFree.git
    
  2. Install dependencies:
     composer install
     npm install
    
  3. Configure env:
    • Rename .env.example to .env and configure the variables as necessary
  4. Generate Laravel application key:
     php artisan key:generate
    
  5. Serve the application:
     php artisan serve
    
  6. Compile front-end:
     npm run dev
    

Customization

Quickly customize pre-defined variables (profile name, links, background, etc.), by visiting config\display.php

Security Vulnerabilities

If you discover a security vulnerability within LinqFree, please email John Charlton via 53029902b@gmail.com

Credits

License

The MIT License (MIT). Please see License File for more information.