Create your Link in Bio for Bluesky

README更新

+14 -29
+14 -29
README.md
··· 1 - # Welcome to Remix! 1 + # Linkat 2 2 3 - - 📖 [Remix docs](https://remix.run/docs) 3 + Blueskyアカウントでリンク集を作ろう 4 4 5 - ## Development 5 + ![](./screenshot.png) 6 6 7 - Run the dev server: 8 - 9 - ```shellscript 10 - npm run dev 11 - ``` 7 + ## Development 12 8 13 - ## Deployment 9 + - Node.js 10 + - Docker 14 11 15 - First, build your app for production: 12 + が必要です。 16 13 17 - ```sh 18 - npm run build 19 14 ``` 20 - 21 - Then run the app in production mode: 22 - 23 - ```sh 24 - npm start 15 + cp -f .env.example .env 16 + corepack enable pnpm 17 + pnpm i 18 + pnpm dev 25 19 ``` 26 20 27 - Now you'll need to pick a host to deploy it to. 21 + http://linkat.localhost:3000 を開く 28 22 29 - ### DIY 23 + ## Contributing 30 24 31 - If you're familiar with deploying Node applications, the built-in Remix app server is production-ready. 32 - 33 - Make sure to deploy the output of `npm run build` 34 - 35 - - `build/server` 36 - - `build/client` 37 - 38 - ## Styling 39 - 40 - This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever css framework you prefer. See the [Vite docs on css](https://vitejs.dev/guide/features.html#css) for more information. 25 + Issue, PullRequest 歓迎します!
screenshot.png

This is a binary file and will not be displayed.