Skip to content

Commit

Permalink
Merge pull request #10 from kght6123/fix/playwright-not-start
Browse files Browse the repository at this point in the history
Playwrightが起動しないバグへの対応、npm scriptsの整理
  • Loading branch information
kght6123 authored Jul 10, 2024
2 parents 307e317 + 0358121 commit ee3aa40
Show file tree
Hide file tree
Showing 7 changed files with 3,081 additions and 1,952 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ brタグで改行ができます。`,

```sh
npm i # 依存関係をインストール
npx playwright-core install --with-deps chromium # Chromiumブラウザをインストール(PDF出力向け)
npm run dev # 開発モードでプレビュー(Ctrl+Cで停止)
npm run build # 本番モードでビルド(PDF出力)
```
Expand Down
Loading

0 comments on commit ee3aa40

Please sign in to comment.