WARNING: You probably want Qri Desktop. The code in this repository is old and no longer working.
react, redux & electron webapp for qri.io
Website | Dependencies | Contribute | Issues | Docs | Download
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 |
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 |
We've set up a separate document for our contributor guidelines!
We've set up a separate document for developer guidelines!
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!