Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
naohiro701
/
Boids_Simulation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
naohiro701
commited on
Dec 12, 2024
Commit
0e35db2
·
verified
·
1 Parent(s):
9cee658
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+11
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
#!/bin/bash
2
+
3
+
# カスタムコンポーネントのビルド
4
+
cd my_mouse_tracker/frontend
5
+
npm install
6
+
npm run build
7
+
8
+
# バックエンドに戻る
9
+
cd ../../
10
+
11
+
# その他の必要なセットアップがあれば追加