https://github.com/tableflip/share-via-ipfs
Share files with friends over IPFS
https://github.com/tableflip/share-via-ipfs
filesharing ipfs p2p
Last synced: 6 months ago
JSON representation
Share files with friends over IPFS
- Host: GitHub
- URL: https://github.com/tableflip/share-via-ipfs
- Owner: tableflip
- License: mit
- Created: 2018-04-17T16:21:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T17:13:09.000Z (over 7 years ago)
- Last Synced: 2025-03-21T18:01:43.591Z (7 months ago)
- Topics: filesharing, ipfs, p2p
- Language: JavaScript
- Homepage: https://ipfs.io/ipns/share.tableflip.io
- Size: 542 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Share via IPFS
> Share files with friends over IPFS
| Add files | Get files |
|-----------|-----------|
|  |  |## Getting started
Ensure you have at least
- node@8
- npm@5Then clone this repo, and install the dependencies
```
npm install
```**For developing** you can get a [parcel] powered, live-reloading dev-version going with:
```sh
npm start
```**For production** you can get an optimised build in the project `./dist` directory with:
```
npm run build
```**To deploy to ipfs** run the build, ensure your local ipfs deamon is running, then:
```
npm run deploy
```that'll add the dist dir to your local ipfs repo, and print the gateway url for that build.
## Contribute
Feel free to dive in! [Open an issue](https://github.com/tableflip/share-via-ipfs/issues/new) or submit PRs.
## License
[MIT](LICENSE) © Oli Evans