Create your Link in Bio for Bluesky

Update README.md

authored by mkizka.dev and committed by GitHub ed7130d7 7368bcff

Changed files
+10 -8
+10 -8
README.md
··· 1 1 # Linkat 2 2 3 - Blueskyアカウントでリンク集を作ろう 3 + Organize your links using your Bluesky account. 4 4 5 - ![](./screenshot.png) 5 + <img src="./screenshot.png" width="600" /> 6 6 7 7 ## Development 8 8 9 + To develop locally, ensure you have the following installed: 10 + 9 11 - Node.js 10 12 - Docker 11 13 12 - が必要です。 14 + Then, follow these steps to set up and run the project: 13 15 14 16 ``` 15 - cp -f .env.example .env 16 - corepack enable pnpm 17 - pnpm i 17 + cp -f .env.example .env 18 + corepack enable pnpm 19 + pnpm install 18 20 pnpm dev 19 21 ``` 20 22 21 - http://linkat.localhost:3000 を開く 23 + After running the commands, open [http://linkat.localhost:3000](http://linkat.localhost:3000) in your browser. 22 24 23 25 ## Contributing 24 26 25 - Issue, PullRequest 歓迎します! 27 + Issues and pull requests are welcome!