diff options
author | Tim <contact@bytim.eu> | 2025-02-08 11:28:57 +0100 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-02-08 11:28:57 +0100 |
commit | d69bc395e6cc9ed5e1da6a31835874142fe6800e (patch) | |
tree | 324cf18c710721c286890d78310ebe0075499ea4 /README.md | |
download | distractionless-d69bc395e6cc9ed5e1da6a31835874142fe6800e.tar.xz distractionless-d69bc395e6cc9ed5e1da6a31835874142fe6800e.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd6817e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# distractionless + +*WIP Alternative Homescreen aiming to minimalize distractions.* + +This project is currently under heavy development. + +# Installation +Run the following commands in the root of the project: +1. `clj -M:cljd compile` +2. `flutter build apk` +3. `flutter install -d <device id>` |