From e7efd634e3d55070b72158884d4c7d1fb4ddaabc Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 1 Sep 2014 15:40:00 -0400 Subject: [PATCH] Add a quick note about dependencies for JS development --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a3332c1..9867f41 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,11 @@ 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](http://minimalbible.github.io/)! +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. + ![Travis Build Status](https://travis-ci.org/MinimalBible/MinimalBible.svg?branch=master) \ No newline at end of file