Skip to content

Commit

Permalink
サンプルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 25, 2024
1 parent b5430f1 commit 47f6f2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ pnpm add sora-js-sdk
> - Firefox 113 以降
> - Safari 16.4 以降
## サンプル

Vite を利用したサンプルを提供しています。

```bash
# .env.local を作成して適切な値を設定してください
$ cp .env.template .env.local
$ pnpm install
$ pnpm run build
$ pnpm run dev
```

## E2E (End to End) テスト

Playwright を利用した E2E テストを実行できます。
Expand Down

0 comments on commit 47f6f2f

Please sign in to comment.