Skip to content

Jpelaez-Club/desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qri License

Qri Desktop

logo

react, redux & electron webapp

Qri Desktop helps you manage your datasets

Welcome

Question Answer
"I want to learn about Qri" Read the official documentation
"I want to run desktop in a development environment" Running Qri Desktop for dev
"I want to download the latest release of Qri Desktop" Download release
"I have a question" Create an issue and use the label 'question'
"I found a bug" Create an issue and use the label 'bug'
"I want to help build the Qri webapp" Read the Contributing guides

Run Qri Desktop in developer mode

We use yarn to build and manage Qri Desktop.

After you have cloned this repository, install dependencies:

yarn

To run, start the qri backend in connected mode:

qri connect

Run in development mode (developer features enabled):

yarn dev

Run normally (no developer features):

yarn start

To build the electron distributable package:

yarn dist

Main Dependencies

Dependency Website Github
Qri Backend https://qri.io/ https://github.com/qri-io/qri/
React https://reactjs.org/ https://github.com/facebook/react/
Redux https://redux.js.org/ https://github.com/reduxjs/redux
Electron https://electronjs.org/ https://github.com/electron/electron

LICENSE

GPL-3.0

Contribute

We've set up a separate document for our contributor guidelines!

Develop

We've set up a separate document for developer guidelines!

This documentation has been adapted from the Data Together, Hyper, AngularJS, and Cycle.js documentation.

Packages

No packages published

Languages

  • TypeScript 75.2%
  • CSS 20.6%
  • JavaScript 4.1%
  • Other 0.1%