Notice: Development on this repository is currently on pause during our v3 rearchitecture. Please see storj/storj for ongoing v3 development.
An electron-vue uploader, downloader, and dashboard for the Storj network
This project is still under development and will not be stable for a few months. Since the Storj network is undergoing a lot of changes in the coming months, this build will be frequently broken.
- User management and settings
- Key creation and management
- Key export for backup
- List buckets
- List files in bucket
- Drag and drop file upload
- File download
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack