···11-# Welcome to Remix!
11+# Linkat
2233-- 📖 [Remix docs](https://remix.run/docs)
33+Blueskyアカウントでリンク集を作ろう
4455-## Development
55+
6677-Run the dev server:
88-99-```shellscript
1010-npm run dev
1111-```
77+## Development
1281313-## Deployment
99+- Node.js
1010+- Docker
14111515-First, build your app for production:
1212+が必要です。
16131717-```sh
1818-npm run build
1914```
2020-2121-Then run the app in production mode:
2222-2323-```sh
2424-npm start
1515+cp -f .env.example .env
1616+corepack enable pnpm
1717+pnpm i
1818+pnpm dev
2519```
26202727-Now you'll need to pick a host to deploy it to.
2121+http://linkat.localhost:3000 を開く
28222929-### DIY
2323+## Contributing
30243131-If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
3232-3333-Make sure to deploy the output of `npm run build`
3434-3535-- `build/server`
3636-- `build/client`
3737-3838-## Styling
3939-4040-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.
2525+Issue, PullRequest 歓迎します!