mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36: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
|
||||
|
||||
`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
|
||||
```
|
Loading…
Reference in New Issue
Block a user