Giter VIP home page Giter VIP logo

movies_downloder_4hd's Introduction

LinkTree Free Clone

Playwright Tests Netlify Status

screenshoot

LinkTree Free Clone is a free clone of LinkTree, a popular link aggregator for social media.

It is built with Astro and Tailwind CSS.

Feel free to use it as a template for your own projects.

๐Ÿ‘€ Demo

You can see a demo of the project at https://linktreefreeclone.yoandev.co/

๐Ÿš€ Quick start

  1. Customize your general settings

    Open src/config.ts and edit the SUBTITLE, TITLE, TAGLINE, contact, phone and email variables.

  2. Customize your links

    Create a new file in src/pages/links/ for each link you want to add. The file name will be not used, but it is recommended to use a descriptive name. The file should contain a frontmatter section with the following variables:

    • title: The title of the link

    • emoji: The emoji to use for the link

    • href: The URL of the link

    Example:

    ---
    
    title: Link 1
    emoji: ๐Ÿ“บ
    href: https://lorem.com
    
    ---
  3. Customize your avatar

    Replace the file src/public/avatar.png with your own avatar.

  4. Customize your social media links

    Create a new file in src/pages/social/ for each social media link you want to add. The file name will be not used, but it is recommended to use a descriptive name. The file should contain a frontmatter section with the following variables:

    • icon: The icon to use for the link

    • url: The URL of the link

    Example:

    ---
    icon: linkedin
    url: https://linkedin.com/in/yoan-bernabeu
    
    ---

๐Ÿ”  List of available icons for social media

For the icon variable in the frontmatter section of the social media links, you can use the following values:

  • behance
  • discord
  • github
  • facebook
  • instagram
  • google
  • linkedin
  • pinterest
  • vkontakte
  • stackoverflow
  • telegram
  • youtube
  • tiktok
  • snapchat
  • slack
  • messenger
  • dribbble
  • reddit
  • twitter
  • whatsapp
  • twitch

๐Ÿงž Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

๐Ÿ“ License

Licensed under the MIT License.

movies_downloder_4hd's People

Contributors

yoanbernabeu avatar stools925 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.