mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-12 19:18:32 -05:00
54b0290ef2
Scrolling is nice and quick Animations aren't great, but what I'm trying to do might actually be possible... I can actually remove the JS code. |
||
---|---|---|
app | ||
app-test | ||
gradle/wrapper | ||
jsword@2dd8b0c303 | ||
jsword-minimalbible@865d8ff6b8 | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
package.json | ||
README.md | ||
settings.gradle | ||
setup_js_build.sh | ||
wait_for_emulator |
MinimalBible
A Bible app for android designed to be more focused in both UI and feature set. If you want to keep track of the ongoing progress, check out the blog over here!
While checking out the project will be enough to get started for most of the development, if you
want to work on the JavaScript backing the actual viewer, please locate and run the
setup_js_build.sh
script in /app/src/main/assets/.
If you are on Windows and wish to work on Javascript, you must install the Node Package Manager and
all dependencies listed in package.json
found at /app/src/main/assets.