/ipfs-share-files

Share files via IPFS

Primary LanguageJavaScriptMIT LicenseMIT

IPFS Share Files

js-standard-style

Share files via IPFS

Background

This is pre-release software.

This repo is part of the IPFS GUI redesign project, described here: https://github.com/ipfs-shipyard/pm-ipfs-gui

The app accesses a local IPFS daemon via window.ipfs-fallback. It will use the window.ipfs api provided by the IPFS Companion web-extension where available, and fallback to using js-ipfs-api.

This app is built with create-react-app. Please read the docs.

Install

> npm install

Usage

To run the app in development mode:

> npm run start
# Go to http://localhost:3000

To run the storybook:

> npm run storybook
# Go to http://localhost:9009

Lint

To validate the code using StandardJS run:

> npm run lint

Build

To build the app for production to the build folder:

> npm run build

Contribute

Feel free to dive in! Open an issue or submit PRs.

To contribute to IPFS in general, see the contributing guide.

License

MIT