Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 316 Bytes

jackHack2024_A yourstock

setup

1. frontend ディレクトリに移動

以下のコマンドを実行

cd frontend

2. 依存関係をインストール

以下のコマンドを実行

npm install

3. サーバーを立てる

以下のコマンドを実行

npm run dev