Creaous / self-hosted-linktree

Self-host your own custom links page!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self hosted linktr.ee

This project tries to replicate the basic functionality of linktr.ee, which is a static page for links.

Customisation

The two files in src/: src/info.ts and src/extra.tsx shouldn't change when we do updates unless we have new features.

To upload a custom avatar, just drop a .png file in the public/ directory and rename it to avatar.png (while overwriting the default one).

Testing

We use bun.

  1. Install dependencies:

    bun i
  2. Run the server:

    bun dev
  3. Open http://localhost:3000

About

Self-host your own custom links page!

License:MIT License


Languages

Language:TypeScript 83.0%Language:CSS 14.8%Language:JavaScript 2.2%