Filecoin Backup integrates Fission webnative and Filecoin to store your files in the browser and to Filecoin.
Setup
Install dependencies.
npm installDevelop
To work on the application locally:
npm run devNavigate to localhost:3000 in your web browser.
Build
Export a static build.
npm run exportThe build outputs the static site to the __sapper__/export directory.
Publish
Publish the site.
fission app publish