20 lines
451 B
Markdown
20 lines
451 B
Markdown
# openreplay-ui
|
|
OpenReplay prototype UI
|
|
|
|
On new icon addition:
|
|
`yarn gen:icons`
|
|
|
|
## Documentation
|
|
|
|
* [Redux](https://redux.js.org/)
|
|
* [Immutable](https://facebook.github.io/immutable-js/)
|
|
* [Ducks](https://github.com/erikras/ducks-modular-redux)
|
|
* [CSS Modules](https://github.com/css-modules/css-modules)
|
|
|
|
Labels in comments:
|
|
TEMP = temporary code
|
|
TODO = things to implement
|
|
|
|
## Contributing notes
|
|
|
|
Please use `dev` branch as base and target branch.
|