minor edits
This commit is contained in:
parent
bba24166ba
commit
d3abd652c3
1 changed files with 3 additions and 5 deletions
|
@ -56,7 +56,7 @@ Although all contributions should have good UX, the [UX label, when applied in c
|
|||
|
||||
## Code Overview
|
||||
|
||||
The entry point for this application is `src/renderer/index.js`.
|
||||
The entry point for this application is `src/platforms/electron/index.js`.
|
||||
|
||||
This application is primarily written in JavaScript and is built on [Electron](https://electronjs.org)
|
||||
while utilizing [React](https://reactjs.org) and [Redux](https://redux.js.org) for UI and
|
||||
|
@ -66,10 +66,9 @@ The project comes with diverse tools for simplifying the development process and
|
|||
better code quality. It's recommended to make use of them thoroughly during ongoing development. We follow the well-known [Airbnb JavaScript Style Guide](https://airbnb.io/javascript/) for defining
|
||||
our styling rules and code best practices.
|
||||
|
||||
### lbry-redux
|
||||
|
||||
This project uses [lbry-redux](https://github.com/lbryio/lbry-redux) to share Redux code with [lbry-android](https://github.com/lbryio/lbry-android) and other LBRY apps. Over time, more Redux code that is suitable to be shared will be moved into lbry-redux. If modifying Redux code, you may be asked to make some of your changes in lbry-redux rather than lbry-desktop. The steps to work with lbry-redux locally can be found [here](https://github.com/lbryio/lbry-redux#local-development).
|
||||
### lbry-redux and lbryinc
|
||||
|
||||
This project uses [lbry-redux](https://github.com/lbryio/lbry-redux) and [lbryionc](https://github.com/lbryio/lbryinc) to share Redux and LBRY API specific code with [lbry-android](https://github.com/lbryio/lbry-android) and other LBRY apps. Over time, more Redux code that is suitable to be shared will be moved into lbry-redux. If modifying Redux code, you may be asked to make some of your changes in lbry-redux rather than lbry-desktop. The steps to work with lbry-redux locally can be found [here](https://github.com/lbryio/lbry-redux#local-development).
|
||||
|
||||
### Flow
|
||||
|
||||
|
@ -87,7 +86,6 @@ definitions in the project by running:
|
|||
|
||||
`$ yarn flow-defs`
|
||||
|
||||
|
||||
### Lint
|
||||
|
||||
Code linting is ensured by [ESLint](https://eslint.org/) and [Flow CLI](https://flow.org/en/docs/cli/).
|
||||
|
|
Loading…
Reference in a new issue