2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/README.md

25 lines
273 B
Markdown
Raw Normal View History

2018-02-12 16:23:14 +00:00
# Frappe Accounting
2018-01-09 13:40:33 +00:00
2018-02-12 16:23:14 +00:00
Simple JS based app for personal and small businesses accounting
2018-01-09 13:40:33 +00:00
### Install
Install dependencies
`yarn install`
### Build
```sh
2018-02-06 17:13:34 +00:00
node_modules/.bin/rollup
2018-01-09 13:40:33 +00:00
```
### Start
To start the app + build process
```sh
yarn global add foreman
nf start
```