2
0
mirror of https://github.com/frappe/books.git synced 2024-11-12 16:36:27 +00:00

Update Readme

This commit is contained in:
Faris Ansari 2018-07-17 17:05:25 +05:30
parent f2e85ca88d
commit fd5be4d751

View File

@ -6,20 +6,16 @@ Simple JS based app for personal and small businesses accounting
Install dependencies
`yarn install`
### Build
```sh
node_modules/.bin/rollup
yarn
```
### Start
To start the app + build process
### Development
```sh
yarn global add foreman
# start dev server
yarn dev
nf start
# in another shell, start node server
yarn server
```