2
0
mirror of https://github.com/frappe/books.git synced 2025-01-09 09:50: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 Install dependencies
`yarn install`
### Build
```sh ```sh
node_modules/.bin/rollup yarn
``` ```
### Start ### Development
To start the app + build process
```sh ```sh
yarn global add foreman # start dev server
yarn dev
nf start # in another shell, start node server
yarn server
``` ```