Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReoHakase authored May 27, 2024
1 parent 6e5f6c4 commit ef6ceac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RESAS(地域経済分析システム)に掲載されている各種人口デー
- [x] **📱 レスポンシブ対応** どのような画面サイズに対しても、読み込み過程でのCLSなく表示できます。
- [x] **♿ アクセシビリティ対応** [Pagespeed Insights](https://pagespeed.web.dev/analysis/https-resas-reoiam-dev-all/w6wyqvlcfx?form_factor=mobile)でスコア100を記録しました。
- [x] **📤 Opengraph対応** URLを送るだけで、選択中の都道府県と統計の種類をわかりやすく共有できます。
- [x] **🤖 GitHub Actions使用** ESLint & Prettierの実行、Vitestのテストの実行、Storybookのインタラクションテストの実行をPR毎に自動化しています
- [x] **🤖 GitHub Actions使用** ESLint & Prettierの実行、Vitestのテストの実行、Storybookのインタラクションテストの実行、PlaywrightのE2Eテストの実行をPR毎に自動化しています

### Pagespeed Insights

Expand Down Expand Up @@ -44,7 +44,8 @@ https://www.figma.com/design/hsWBflpYMAqzRCIabKZYnJ/Yumemi?node-id=402-1692&t=v4
- **Recharts** 📊 グラフ描画
- **Zod** 💎 スキーマとバリデータの定義
- **Storybook** 📕 アクセシビリティやインタラクションテストの実行と見た目の確認
- **Vitest** ⚡ テストの実行
- **Vitest** ⚡ ユニットテストの実行
- **Playwright** 🎭 E2Eテストの実行
- **Turborepo** ⚙️ モノレポのビルドやリントのキャッシュ管理

> [!NOTE]
Expand Down Expand Up @@ -82,6 +83,7 @@ pnpm turbo -F web dev # Next.jsの開発サーバーを起動
pnpm turbo lint # 全てのパッケージをリント
pnpm turbo test # 全てのパッケージのテストを実行
pnpm turbo sb:test # Storybookのインタラクションテストを実行
pnpm turbo playwright:test # E2Eテストを実行
```

## その他情報
Expand Down

0 comments on commit ef6ceac

Please sign in to comment.