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