mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 09:47:03 +05:30
Add a basic HACKING.md
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a5a710cbb1
commit
ae1770e4ac
1 changed files with 7 additions and 0 deletions
7
HACKING.md
Normal file
7
HACKING.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Hacking on compose-lobsters
|
||||
|
||||
This app is built as a very lightweight frontend for [lobste.rs](https://lobste.rs), mainly as an experiment in using [Jetpack Compose](https://d.android.com/jetpack/compose).
|
||||
|
||||
The codebase is fairly simple, and the package structure follows [Buffer's](https://buffer.com/resources/android-rethinking-package-structure/).
|
||||
|
||||
We use screenshot testing for our UI, and a script is included in the `scripts` directory to create an emulator that will exactly match the one in our CI so you can deterministically replicate the setup for locally running tests.
|
Loading…
Add table
Add a link
Reference in a new issue