drive
1.0.0
適用於 Fision 檔案系統的第一方應用程式。
此專案使用 Nix 來管理專案的環境。如果您想在沒有 Nix 的情況下建立此項目,請檢查shell.nix
檔案中的依賴項(大多數也可以透過 Homebrew 取得)。
# Install javascript dependencies
just install-deps
# Build, watch & serve
just
# Production build
just production-build
# Use a different config
just config=local-lobby dev-build