/cloud-file-system-client

This is a client for my cloud-file-system repo

Primary LanguageVue

Cloud file system client

This project is a client for my cloud file system server, it uses vuejs as ui framework

Requirements

Have nodejs and npm installed, here's how

Run the server -> cloud file system server

Instructions

If you want to use in lan network, change baseUrl in src/lib/files.js file with your ip

npm install

npm run build
npm run preview 

# for development
npm run dev