Skip to content

fission-codes/drive

Repository files navigation

Fission Drive

License Built by FISSION Discord Discourse

First-party application for your Fission filesystem.

Development

This project uses Nix to manage the project's environment. If you'd like to build this project without Nix, check out the dependencies in the shell.nix file (most are available through Homebrew as well).

# 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