status-react/doc/README.md

64 lines
1.3 KiB
Markdown
Raw Normal View History

2023-01-31 12:06:29 +00:00
## Getting Started
[Starting Guide](starting-guide.md)
[IDE Setup](ide-setup.md)
## Development Process
[Coding guidelines](new-guidelines.md)
[Release Checklist](release-checklist.md)
[Release Guide](release-guide.md)
[Merging PR process](merging-pr-process.md)
[PR Review Policy](pr-review-policy.md)
2023-01-31 12:06:29 +00:00
[Working on PR together with QA team](pipeline_process.md)
[Debugging](debugging.md)
2023-01-31 12:06:29 +00:00
[Patching](patching.md)
[Creating a pixel perfect UI](pixel-perfection.md)
2023-01-31 12:06:29 +00:00
2023-09-28 16:11:08 +00:00
[Contributing to status-go](status-go-changes.md)
2023-01-31 12:06:29 +00:00
## Testing
[How to run local tests](testing.md)
[End-to-end tests (e2e) overview](how-to-launch-e2e.md)
[Component tests (jest) overview](component-tests-overview.md)
## Project details
[status-go introduction (recorded meeting)](https://drive.google.com/file/d/1B7TljmTZ8fHkqJH8ChU1Cp4FGDFM03gq/view)
[re-frame usage (recorded meeting)](https://drive.google.com/file/d/1qv_E0CEGzQpu_zGXD0gCTU5EvhC2k8Jy/view)
2023-01-31 12:06:29 +00:00
[status app functionality demo](https://drive.google.com/file/u/0/d/1PmwsMLTLDNNIdv5_6wvMOwoj2PfT50c6/view)
2023-01-31 12:06:29 +00:00
## Misc
[Importing icons from Figma into project](export-icons.md)
[Updating Status APK builds for the F-Droid Android application catalogue](fdroid.md)
[Troubleshooting for known errors](troubleshooting.md)
## Outdated:
[Old guidelines](codebase-structure-and-guidelines.md)
[Post mortem analysis](post-mortem.md)