https://github.com/flaver12/sync-boy-client
https://github.com/flaver12/sync-boy-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaver12/sync-boy-client
- Owner: flaver12
- Created: 2019-06-27T10:45:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:23:20.000Z (over 2 years ago)
- Last Synced: 2025-01-16T08:45:36.132Z (5 months ago)
- Language: JavaScript
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sync Boy Client
> Windows Build: [](https://ci.appveyor.com/project/flaver12/sync-boy-client) .
> Linux and Mac build: [](https://travis-ci.com/flaver12/sync-boy-client)## What is Sync Boy?
Sync Boy is a syncer for ArmA 3.
The main diference is that you dont need a Server to save your repository.
You only need a Account and you good to go, its a sync in a cloud.#### Build Setup
``` bash
# install dependencies
yarn install# serve with hot reload at localhost:9080
yarn dev# build electron application for production
yarn build```
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8fae476](https://github.com/SimulatedGREG/electron-vue/tree/8fae4763e9d225d3691b627e83b9e09b56f6c935) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).