From ac05b7978981bb0bd4e4723b2a54fd337a2995ff Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Sun, 10 May 2020 14:11:53 +0530 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 20de7ebd..0eedfa18 100644 --- a/README.md +++ b/README.md @@ -66,14 +66,31 @@ database. ```bash # clone the repository git clone https://github.com/frappe/books.git + # change directory cd books + # install dependencies yarn + # start the electron app yarn electron:serve ``` +### Developing with FrappeJS + +FrappeBooks is based on [FrappeJS](https://github.com/frappe/frappejs) for managing models and objects. To develop alongside FrappeJS + +```bash +# clone frappejs +git clone https://github.com/frappe/books.git + +# link frappejs +cd frappejs +yarn link +yarn link frappejs +``` + ## License [GNU Affero General Public License v3.0](LICENSE)