Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/ ]

Awesome Lists containing this project

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)