Qiitaの解説記事 【個人開発】嘘のポケポケのカードを作れるサービスを作った【コード全公開】 #cloudflare - Qiita
画像を選んで...
テキストを自由に入力!
完成!
画像をDLしたり、シェアしよう!
「みんなが作ったカード」をパックとしてランダムに引くことができます!!
いろんな人がいろんなカードを作っていて面白いです!
↓カードを作ったり、パックを引いて遊んでみてください!!
# supabase cli をインストール
brew install supabase/tap/supabase
supabase login
Run the dev server:
npm run devTo run Wrangler:
npm run build
npm run startGenerate types for your Cloudflare bindings in wrangler.toml:
npm run typegenYou will need to rerun typegen whenever you make changes to wrangler.toml.
First, build your app for production:
npm run buildThen, deploy your app to Cloudflare Pages:
npm run deployThis template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever css framework you prefer. See the Vite docs on css for more information.