Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

qri-io/2017-frontend

Repository files navigation

WARNING: You probably want Qri Desktop. The code in this repository is old and no longer working.

Qri License Standard JS code style CI

Qri Webapp

logo
react, redux & electron webapp for qri.io

Welcome

Question Answer
"I want to learn about Qri" Read the official documentation
"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

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

The MIT License

Contribute

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

Develop

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

Qri Storybook

Using React Storybook!

yarn run storybook

We're adopting react storybook for testing & debugging components. Over time we're hoping to add stories that depict common state components for testing & refinement purposes.

If while working on Qri you find a composition of components or state that could be refined, consider writing it as a react story so we can debug it over time!

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