An open API service indexing awesome lists of open source software.

https://github.com/piterweb/cloud-file-home-app

Simple Cloud File local client builded in Javascript using Svelte & Capacitor
https://github.com/piterweb/cloud-file-home-app

android-app android-application android-javascript capacitor capacitor-android file-manager file-upload files filesystem javascript javascript-application pwa-app svelte svelte-application svelte-framework

Last synced: 3 months ago
JSON representation

Simple Cloud File local client builded in Javascript using Svelte & Capacitor

Awesome Lists containing this project

README

        

![](IcoCloudFileHome.png)
# Cloud-File-Home-APP

Simple [Svelte](https://svelte.dev/) + [Capacitor](https://capacitorjs.com/) APP made with this [template](https://github.com/drannex42/svelte-capacitor) which connects to [Cloud-File-Home Server](https://github.com/PiterWeb/Cloud-File-Home-Server) like a client

You can get the APP on [releases](https://github.com/PiterWeb/Cloud-File-Home-APP/releases) of the project

With the server you will serve one folder of the project to use it like a cloud folder and acces it by the Mobile APP

## Preview

You can preview the principal image / video / audio file formats and txt files

![](/screenshots/CFH-sc1.PNG)
![](/screenshots/CFH-sc2.PNG)
![](/screenshots/CFH-sc3.PNG)

## Dev

*Need node installed*

npm install

Development command : npm run dev:start

## Build

*First you need to have android sdks and Android Studio*

npm install

Build command : npm run build:android

I hope this project can be usefull for you :D