Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 7d4e0fd

Browse files
authored
Merge pull request #31 from u-hossy/feature/frontend-readme
Update README with setup and build instructions
2 parents d87832d + 3d0d860 commit 7d4e0fd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

frontend/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
11
# フロントエンド
22

33
## 環境構築方法
4+
5+
### 依存関係のインストール
6+
7+
```bash
8+
cd frontend
9+
pnpm install
10+
```
11+
12+
### 開発サーバーの立ち上げ
13+
14+
```bash
15+
pnpm run dev
16+
```
17+
18+
### ビルド
19+
20+
```bash
21+
pnpm run build
22+
```
23+
24+
ビルド結果をみるには以下のコマンド
25+
26+
```bash
27+
pnpm run preview
28+
```

0 commit comments

Comments
 (0)