Skip to content

FlapShatner/link-pile

Repository files navigation


Logo

Link Pile

A linktree inspired link list

View Live · Report Bug · Request Feature

About

Link Pile Screen Shot

Link Pile is a static linktree-like web site made with Typescript and Next.js and Tailwind. Use it to share all your links from one place.

(back to top)

Built With:

  • Next
  • React
  • TailwindCSS
  • Typescript

(back to top)

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/FlapShatner/link-pile.git
  2. Install NPM packages

    npm install
  3. Edit data files located in the /lib directory with your own information

     <!-- linksData.ts -->
    export const linksData = [
      {
       id: 1,
       text: 'Link Title',
       url: 'https://www.example.com/user_name',
       icon: '/path/to/image.jpg',
       note: 'Description of link',
      },
      {...},
    ]
  4. Deploy to host of your choice (I use Vercel)

    Vercel

Contact

Jordan Roberts - jordan@jrobertsweb.dev

Threads Twitter Linkedin

Project Link: https://github.com/FlapShatner/link-pile

(back to top)

About

A linktree inspired link list

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published