2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 23:28:24 +00:00
books/README.md

25 lines
273 B
Markdown
Raw Normal View History

2018-02-12 21:53:14 +05:30
# Frappe Accounting
2018-01-09 19:10:33 +05:30
2018-02-12 21:53:14 +05:30
Simple JS based app for personal and small businesses accounting
2018-01-09 19:10:33 +05:30
### Install
Install dependencies
`yarn install`
### Build
```sh
2018-02-06 22:43:34 +05:30
node_modules/.bin/rollup
2018-01-09 19:10:33 +05:30
```
### Start
To start the app + build process
```sh
yarn global add foreman
nf start
```