2017-frontend
2017-frontend copied to clipboard
qri electron & web frontend
trafficstars
WARNING: You probably want Qri Desktop. The code in this repository is old and no longer working.
Qri Webapp
react, redux & electron webapp for qri.io
Website | Dependencies | Contribute | Issues | Docs | Download
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
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!