/filecoin-backup

Filecoin backup app with webnative integration

Primary LanguageCSSApache License 2.0Apache-2.0

Fission logo

Filecoin Backup

Build Status License Built by FISSION Discord Discourse

Filecoin Backup integrates Fission webnative and Filecoin to store your files in the browser and to Filecoin.

Try it out!

Setup

Install dependencies.

npm install

Develop

To work on the application locally:

npm run dev

Navigate to localhost:3000 in your web browser.

Build

Export a static build.

npm run export

The build outputs the static site to the __sapper__/export directory.

Publish

Publish the site.

fission app publish