Create your Link in Bio for Bluesky
1# Linkat 2 3Organize your links using your Bluesky account. 4 5<img src="./screenshot.png" width="600" /> 6 7## Development 8 9To develop locally, ensure you have the following installed: 10 11- Node.js 12- Docker 13 14Then, follow these steps to set up and run the project: 15 16``` 17cp -f .env.example .env 18corepack enable pnpm 19pnpm install 20pnpm dev 21``` 22 23After running the commands, open [http://linkat.localhost:3000](http://linkat.localhost:3000) in your browser. 24 25## Contributing 26 27Issues and pull requests are welcome!