https://github.com/mkizka/linkat
Create your Link in Bio for Bluesky
https://github.com/mkizka/linkat
atproto
Last synced: 10 days ago
JSON representation
Create your Link in Bio for Bluesky
- Host: GitHub
- URL: https://github.com/mkizka/linkat
- Owner: mkizka
- License: agpl-3.0
- Created: 2024-08-04T06:57:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T11:29:16.000Z (6 months ago)
- Last Synced: 2024-10-19T13:26:58.221Z (6 months ago)
- Topics: atproto
- Language: TypeScript
- Homepage: https://linkat.blue
- Size: 1.4 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linkat
Organize your links using your Bluesky account.
## Development
To develop locally, ensure you have the following installed:
- Node.js
- DockerThen, 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](http://linkat.localhost:3000) in your browser.
## Contributing
Issues and pull requests are welcome!