Node.js/Gitをインストールする必要があります
1行ずつ実行する
> git clone https://github.com/TORO-Server/toro-map.git
> cd toro-map
> npm install
> npm run devコマンドプロンプトを起動しながらファイルを編集
https://localhost:5173 を開くとテストできる
CSSの構造:
│ main
│ # 全体のCSS
│
│ form
│ # フォーム用CSS
│
│ general
│ # ボタン等
│
├─views
│ # ページごとのCSS
└─components
# パーツごとのCSS