https://github.com/e-sp9/gamepity-nextjs
ストリーマーとゲームができる、ゲーマーのためのマッチングプラットフォーム
https://github.com/e-sp9/gamepity-nextjs
nextjs supabase-js tailwind typescript vercel
Last synced: 25 days ago
JSON representation
ストリーマーとゲームができる、ゲーマーのためのマッチングプラットフォーム
- Host: GitHub
- URL: https://github.com/e-sp9/gamepity-nextjs
- Owner: e-sp9
- Created: 2023-08-01T12:36:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T14:33:19.000Z (almost 2 years ago)
- Last Synced: 2026-04-22T11:41:31.345Z (2 months ago)
- Topics: nextjs, supabase-js, tailwind, typescript, vercel
- Language: TypeScript
- Homepage: https://www.gamepity.com
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# サービス概要
ストリーマーとゲーマーを繋ぐマッチングプラットフォーム。
ストリーマーが販売するチケットを購入して、一緒にゲームを楽しもう。
# 使用技術
## Development
- Nextjs AppRouter
- TypeScript
- TailwindCSS
- Shadcn UI
- Stripe
- Resend
## BaaS
- Supabase
## Hosting
- Vercel
# コマンド
## アプリケーションサーバー起動
```
npm run dev
```
## マイグレーション or DB Clean Up
```
supabase db reset
```
## 型生成
```
supabase gen types typescript --local > supabase/schema.ts
```
## Functions起動
```
supabase functions serve --no-verify-jwt
```
## Stripe Webhookローカル
```
stripe login
stripe listen --forward-to localhost:54321/functions/v1/stripe-webhoo
stripe trigger payment_intent.succeeded
```