Boids_Simulation / setup.sh
naohiro701's picture
Create setup.sh
0e35db2 verified
raw
history blame contribute delete
218 Bytes
#!/bin/bash
# カスタムコンポーネントのビルド
cd my_mouse_tracker/frontend
npm install
npm run build
# バックエンドに戻る
cd ../../
# その他の必要なセットアップがあれば追加