https://github.com/linuxserver/file-drop
Browser based tool to upload files to IPFS and share links
https://github.com/linuxserver/file-drop
Last synced: 11 months ago
JSON representation
Browser based tool to upload files to IPFS and share links
- Host: GitHub
- URL: https://github.com/linuxserver/file-drop
- Owner: linuxserver
- License: gpl-3.0
- Created: 2020-08-20T04:57:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T14:41:49.000Z (over 5 years ago)
- Last Synced: 2025-07-25T13:31:19.077Z (11 months ago)
- Language: Vue
- Size: 2.85 MB
- Stars: 7
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# file-drop
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).