Open3
Svelte 5 を使って2chを作って見る
掲示板はメインは
-
つれ見る
-
つれ作る
ねPOCとしては雑談chを作ってみる
Stack:
- front/back: Sveltekit
- db: supabase (無料)
- auth: supabase (無料で)
POCまで必要な機能は
- 誰でもつれを見れる
- 登録
- 登録メンバーはつれを作れる、返事できる
Bootstrap
❯ npx sv create ch-clone
Need to install the following packages:
sv@0.6.4
Ok to proceed? (y)
┌ Welcome to the Svelte CLI! (v0.6.4)
│
◇ Which template would you like?
│ SvelteKit minimal
│
◇ Add type checking with Typescript?
│ Yes, using Typescript syntax
│
◆ Project created
│
◇ What would you like to add to your project? (use arrow keys / space bar)
│ prettier, eslint, vitest, tailwindcss, drizzle
│
◇ tailwindcss: Which plugins would you like to add?
│ typography, forms, container-queries, aspect-ratio
│
◇ drizzle: Which database would you like to use?
│ PostgreSQL
-
supabase でぼちぼち
-
pnpm dev
-
完成