A glossy Matrix collaboration client for desktop.
Find a file
David Baker cb41f2d66d Sanitise scripts
* Remove install:electron - it ran install-app-deps which makes sure
   native deps are installed but the native deps we use don't work
   with electron-builder anyway (they don't use binding.gyp) so this
   does absolutely nothing at all.
 * Rename build:electron to build (there is only one thing to build
   now).
2019-12-10 15:01:04 +00:00
.buildkite Files I've added 2019-12-06 18:20:31 +00:00
build Initial copy of files from the riot-web repo 2019-12-06 18:17:34 +00:00
res/img Initial copy of files from the riot-web repo 2019-12-06 18:17:34 +00:00
riot.im Initial copy of files from the riot-web repo 2019-12-06 18:17:34 +00:00
scripts Exit after importing key 2019-12-10 14:50:57 +00:00
src Remove support for the origin migrator 2019-12-09 12:49:41 +00:00
.eslintrc.js Files I've added 2019-12-06 18:20:31 +00:00
LICENSE Initial commit 2019-12-06 13:07:37 +00:00
package.json Sanitise scripts 2019-12-10 15:01:04 +00:00
README Riot has a capital 2019-12-09 14:00:10 +00:00
yarn.lock Add rimraf 2019-12-09 17:20:32 +00:00

Riot Desktop
============

This is *not* where the source for Riot desktop lives... yet. As of now,
it still lives in the main riot-web repo: https://github.com/vector-im/riot-web

This is an experimental split-out of the Riot desktop code from the main repo.