Create your Link in Bio for Bluesky
TypeScript 97.1%
Shell 1.1%
Dockerfile 0.7%
JavaScript 0.6%
CSS 0.5%
Other 0.1%
543 1 0

Clone this repository

https://tangled.org/linkat.blue/linkat
git@tangled.org:linkat.blue/linkat

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Linkat#

Organize your links using your Bluesky account.

Development#

To develop locally, ensure you have the following installed:

  • Node.js
  • Docker

Then, follow these steps to set up and run the project:

cp -f .env.example .env
corepack enable pnpm
pnpm install
pnpm dev

After running the commands, open http://linkat.localhost:3000 in your browser.

Contributing#

Issues and pull requests are welcome!