2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

Update README.md

This commit is contained in:
Rushabh Mehta 2020-05-10 14:11:53 +05:30 committed by GitHub
parent eb1f9f91bc
commit ac05b79789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,14 +66,31 @@ database.
```bash ```bash
# clone the repository # clone the repository
git clone https://github.com/frappe/books.git git clone https://github.com/frappe/books.git
# change directory # change directory
cd books cd books
# install dependencies # install dependencies
yarn yarn
# start the electron app # start the electron app
yarn electron:serve 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 ## License
[GNU Affero General Public License v3.0](LICENSE) [GNU Affero General Public License v3.0](LICENSE)