Skip to content

Up2Share Desktop App - Simplify your file sharing experience, right from your desktop!

Notifications You must be signed in to change notification settings

up2share/desktop

Repository files navigation

up2share-desktop

An Electron application with Vue

https://up2sha.re

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Deploy new version

For this we simply need to create a new tag and push it to the repository. Github Actions will take care of the rest.

$ git tag -a v1.0.0 -m "First release"
$ git push origin v1.0.0

If you want to remove the tag locally:

$ git tag -d v1.0.0

About

Up2Share Desktop App - Simplify your file sharing experience, right from your desktop!

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •