This project tries to replicate the basic functionality of linktr.ee, which is a static page for links.
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).
We use bun.
-
Install dependencies:
bun i
-
Run the server:
bun dev