mirror of
https://github.com/frappe/books.git
synced 2025-02-02 12:08:27 +00:00
Update README.md
This commit is contained in:
parent
eb1f9f91bc
commit
ac05b79789
17
README.md
17
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user