Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-04T01:53:48.000Z (over 1 year ago)
- Last Synced: 2024-12-15T11:44:09.702Z (25 days ago)
- Topics: file-system, ipfs, ui, web-app, webnative
- Language: Elm
- Homepage: https://drive.fission.codes/
- Size: 3.51 MB
- Stars: 24
- Watchers: 5
- 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
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/fission-suite/drive/blob/master/LICENSE)
[![Built by FISSION](https://img.shields.io/badge/⌘-Built_by_FISSION-purple.svg)](https://fission.codes)
[![Discord](https://img.shields.io/discord/478735028319158273.svg)](https://discord.gg/zAQBDEq)
[![Discourse](https://img.shields.io/discourse/https/talk.fission.codes/topics)](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
```