2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/README.md
2018-02-12 21:53:14 +05:30

25 lines
273 B
Markdown

# Frappe Accounting
Simple JS based app for personal and small businesses accounting
### Install
Install dependencies
`yarn install`
### Build
```sh
node_modules/.bin/rollup
```
### Start
To start the app + build process
```sh
yarn global add foreman
nf start
```