Skip to content

🌲 Linktree for Developers : A Unique Way to Showcase Important Links🌲

License

Notifications You must be signed in to change notification settings

pruthivithejan/links

Repository files navigation

Links - Linktree Clone for Developers

preview

📖 Make your own

Prerequisites :

Steps :

  • Clone the repository, install the dependencies and start the application.
git clone https://github.com/pruthivithejan/links.git
cd links
pnpm install
pnpm run dev

This will start the project on your localhost:5173. Open the browser and see if it works.

  • All you have to do is go to the content.ts file and replace everything with your information.

content file

export const codeRepository = "linktree"; //This is pointed to this repository, if you fork your own you can point to that or leave this as it is.
export const githubUsername = "pruthivithejan"; //*Required because the site will pull your Github avatar and use it on the website.
export const heading = "Pruthivi Thejan | Linktree"; //This is the heading that shows in the browser tab.
export const slogan = {
  words: "I'll be myself or", //This is the slogan, put whatever you like.
  hightlight: "die trying", //This part of the slogan will be highlighted.
};

export const Cards = [
{
href: "https://x.com/pruthivithejan", //Change the link here to your liking.
icon: "x", //Please check if the `public/` folder has the SVG to your link or place a one yourself, It must be a .svg file.
title: "X", //Change the title to your liking.
description: "I share thoughts and updates on various topics.", //Change the description to your liking.
}, //...add more

✨ Leave a Star on the repository if you like. ✨

📄 License

MIT © Pruthivi Thejan