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
- Host: GitHub
- URL: https://github.com/piterweb/cloud-file-home-app
- Owner: PiterWeb
- License: gpl-3.0
- Created: 2021-10-04T19:23:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T20:26:15.000Z (over 3 years ago)
- Last Synced: 2025-01-12T05:08:16.267Z (4 months ago)
- Topics: 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
- Language: Svelte
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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 projectWith 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



## 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