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

chore: remove frappejs from readme

This commit is contained in:
18alantom 2022-01-21 16:23:28 +05:30
parent da01afdf19
commit eaf36ff93a

View File

@ -38,9 +38,8 @@ page](https://github.com/frappe/books/releases).
## Development
Frappe Books is built on [FrappeJS](https://github.com/frappe/frappejs), Vue.js
and Electron. It is offline by default, and uses a local SQLite file as the
database.
Frappe Books is built on Vue.js and Electron. It is offline by default, and uses
a local SQLite file as the database.
### Pre-requisites
@ -86,26 +85,6 @@ yarn
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
Due to some `yarn.lock` issue this won't run, to run it check [Issue #315](https://github.com/frappe/books/issues/315)
```bash
# clone frappejs
git clone https://github.com/frappe/frappejs.git
# link frappejs
cd frappejs
yarn link
```
Then in the Frappe books folder.
```bash
yarn link frappejs
```
### FAQ