Version: 0.1.2
"A Simple Image Cloud Storage GUI Uploader"
-- Created by Kevin T. Lee --

MIT Code Version

K-pic

This is a simple cloud image uploader GUI tool. (Not only for the images in fact)

*Currently, only the Mac version of the application has been tested.

Features

Release Notes

See K-pic Releases

Previews

Video

K-pic_demo

Getting Started

The following instructions will guide you to employ the project and to run on your own system.

Prerequisites

The following softwares you should installed before build the project.

Installation

Clone the project.

cd path-to-dir
git clone https://github.com/kevinleeex/K-pic.git

Install the dependencies.

npm install
or
yarn install

yarn command is recommended as you could use yarn autoclean to reduce the size of the package.

Deployment

Run the app with development mode.

npm run dev
or
yarn run dev

Build the project for cross-platform.

npm run build:all  # build for cross-platform
npm run build  # build for current platform
npm run build:win  # build for windows
npm run build:linux  # build for linux
npm run build:dir  # fast build a app in directory
# [npm] above can be replaced with [yarn].

Release the app you build.

Before this operation, you should set the GitHub Token GH_TOKEN for getting access to your repository.

npm run build:rmac  # release mac version app

Powered By

I would like to extend my sincere gratitude to the authors and contributors of the open source libraries above.

Support me

If this project helps you, you can support me to do better.
Coffee

Or click Donete me with Wechat or Alipay

TO-DO

License

Copyright © 2018 Kevin T. Lee. All rights reserved.

The project is licensed under the MIT license. See LICENSE for more details.