Anyass3 / hyp-files-app

A decentralized file manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyp-files-app

NEW UPDATES: dev branch

Backend:

Updating to the latest hypercore, hyperdive-next, hyperswarm, @hyperswarm/dht etc

Also working on my own custom hyperdrive(to be somewhat similar to old hyperdrive) https://github.com/Anyass3/hyperdrive-x

Using a custom corestore/networker so I can use the lastest holepunch modules.

Frontend:

Using stable svelte-kit

UI updates pending

Docs in google docs

PDF Docs

Demo Videos

Install Dependencies

npm install

Development

Frontend

npm run dev -- --host

Backend

npm run serve:dev:host
# or
npm run serve:dev

Production

builds frontend and compiles backend typescript

npm run build

Frontend

npm run preview -- --host

Backend

npm run serve -- --host

Contact

please feel free to open a pr

About

A decentralized file manager


Languages

Language:TypeScript 61.8%Language:Svelte 31.7%Language:CSS 5.0%Language:HTML 1.0%Language:JavaScript 0.6%