https://github.com/linuxserver/text-drop
Browser based tool to upload text to IPFS and share links
https://github.com/linuxserver/text-drop
Last synced: 12 months ago
JSON representation
Browser based tool to upload text to IPFS and share links
- Host: GitHub
- URL: https://github.com/linuxserver/text-drop
- Owner: linuxserver
- License: gpl-3.0
- Created: 2020-08-23T07:24:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T17:08:42.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T21:06:28.441Z (over 1 year ago)
- Language: Vue
- Size: 1.53 MB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Text 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/).