Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dat-ecosystem-archive/dat-desktop
Peer to peer data syncronization [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
https://github.com/dat-ecosystem-archive/dat-desktop
dat electron ui
Last synced: 3 months ago
JSON representation
Peer to peer data syncronization [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
- Host: GitHub
- URL: https://github.com/dat-ecosystem-archive/dat-desktop
- Owner: dat-ecosystem-archive
- License: mit
- Archived: true
- Created: 2016-05-25T21:42:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T01:57:51.000Z (about 3 years ago)
- Last Synced: 2024-04-14T23:35:12.812Z (10 months ago)
- Topics: dat, electron, ui
- Language: JavaScript
- Homepage: https://dat.foundation
- Size: 5.27 MB
- Stars: 648
- Watchers: 36
- Forks: 69
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - dat-ecosystem-archive/dat-desktop - Peer to peer data syncronization [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ] (electron)
README
[![deprecated](http://badges.github.io/stability-badges/dist/deprecated.svg)](https://dat-ecosystem.org/)
More info on active projects and modules at [dat-ecosystem.org](https://dat-ecosystem.org/)
---
# Dat Desktop
**Peer to peer data versioning & syncronization.**
[!["Build Status"](https://img.shields.io/travis/dat-land/dat-desktop/master.svg?style=flat-square)](https://travis-ci.org/dat-land/dat-desktop)
[!["Standard](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)![screenshot](assets/screenshot.png)
## Table of Content
- [Download](https://github.com/datproject/dat-desktop/releases)
- [FAQ](#faq)
- [License](#licenses)## Contributing
To run _Dat Desktop_ in development mode:
```sh
node --version # v12.4.0
npm install # install dependencies
npm start # start the application
```To create binary packages run:
```sh
npm install # install dependencies
npm run dist :os # compile the app into an binary package
```## FAQ
### How to speed up downloading Electron
If you’re not in Europe or the US, you might want to use a different mirror for
`electron`. You can set the `ELECTRON_MIRROR` variable to point to a different
provider:```sh
# Europe / US
$ npm install# Asia / Oceania
$ ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install
```## Licenses
[MIT License](./LICENSE)
### Font Attribution & License
SourceSansPro-Regular.ttf: Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. [SIL Open Font License, 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
SourceCodePro-Regular.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. [SIL Open Font License, 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)