https://github.com/tsukuba-cojt/looky-frontend
自分の好みの服を簡単に探せる仮想試着アプリ
https://github.com/tsukuba-cojt/looky-frontend
expo react-native storybook supabase swr tamagui zustand
Last synced: 4 months ago
JSON representation
自分の好みの服を簡単に探せる仮想試着アプリ
- Host: GitHub
- URL: https://github.com/tsukuba-cojt/looky-frontend
- Owner: tsukuba-cojt
- License: apache-2.0
- Created: 2025-06-27T08:19:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T13:13:13.000Z (4 months ago)
- Last Synced: 2025-07-07T14:35:36.778Z (4 months ago)
- Topics: expo, react-native, storybook, supabase, swr, tamagui, zustand
- Language: TypeScript
- Homepage:
- Size: 569 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Looky





## 📝 Overview
Lookyは、簡単に自分の好みの服を探せる仮想試着アプリです。
自分で服を選んで試着する必要がなく、AIがあなたの好みにあった服の仮想試着画像を生成してくれます。
Lookyは、[Campus OJT](https://tsukuba-cojt.github.io/)のプロジェクトとして開発しました。
## ✨ Features
> [!CAUTION]
> Lookyの機能は現在開発中であり、仕様は今後変更される可能性があります。
## 🔧 Usage
[](https://open.vscode.dev/tsukuba-cojt/looky-frontend)
1. リポジトリをクローンする
```bash
git clone https://github.com/tsukuba-cojt/looky-frontend.git
```
2. リポジトリに移動する
```bash
cd app
```
3. `.env` を作成する
```env
SUPABASE_URL=
SUPABASE_KEY=
```
4. 依存関係をインストールする
```bash
pnpm install
```
5. 開発サーバーを起動する
```bash
pnpm start
```
## ⚡️ Structure
```
looky-frontend/
├── app/ # ルーター
├── assets/ # アセット
├── components/ # コンポーネント
├── config/ # 設定ファイル
├── context/ # コンテキスト
├── hooks/ # カスタムフック
├── lib/ # ライブラリ
├── locales/ # 国際化
├── schemas/ # スキーマ
├── theme/ # テーマ
└── types/ # 型定義
```
## 🤝 Contributor
## 📜 LICENSE
[Apache 2.0](LICENSE)