This project is a client for my cloud file system server, it uses vuejs as ui framework
Have nodejs and npm installed, here's how
Run the server -> cloud file system server
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