mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
21 lines
243 B
Markdown
21 lines
243 B
Markdown
# Frappe Accounting
|
|
|
|
Simple JS based app for personal and small businesses accounting
|
|
|
|
### Install
|
|
|
|
Install dependencies
|
|
|
|
```sh
|
|
yarn
|
|
```
|
|
|
|
### Development
|
|
|
|
```sh
|
|
# start dev server
|
|
yarn dev
|
|
|
|
# in another shell, start node server
|
|
yarn server
|
|
``` |