mirror of
https://github.com/frappe/books.git
synced 2025-01-09 09:50:27 +00:00
Update Readme
This commit is contained in:
parent
f2e85ca88d
commit
fd5be4d751
16
README.md
16
README.md
@ -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
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user