https://github.com/fission-codes/drive
A file manager for your webnative filesystem.
https://github.com/fission-codes/drive
file-system ipfs ui web-app webnative
Last synced: 10 months ago
JSON representation
A file manager for your webnative filesystem.
- Host: GitHub
- URL: https://github.com/fission-codes/drive
- Owner: fission-codes
- License: other
- Created: 2020-01-21T18:30:21.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-04T01:53:48.000Z (over 2 years ago)
- Last Synced: 2025-04-03T04:56:18.255Z (10 months ago)
- Topics: file-system, ipfs, ui, web-app, webnative
- Language: Elm
- Homepage: https://drive.fission.codes/
- Size: 3.51 MB
- Stars: 24
- Watchers: 4
- Forks: 3
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Fission Drive
[](https://github.com/fission-suite/drive/blob/master/LICENSE)
[](https://fission.codes)
[](https://discord.gg/zAQBDEq)
[](https://talk.fission.codes)
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).
```shell
# 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
```