Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhlotey authored Dec 27, 2024
1 parent b6fbc70 commit 33ba152
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions books_management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ You can install this app using the [bench](https://github.com/frappe/bench) CLI:
cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app books_management
bench --site books_management migrate #to ensure the database is set up correctly
```
### Bench running
```bash
cd $PATH_TO_YOUR_BENCH
bench start #run
```
### Books Management app uses Vuejs for frontend:
```bash
cd apps/books_management/books_management/www/
npm install #run
npm run dev # to start the application
```

### Contributing
Expand Down

0 comments on commit 33ba152

Please sign in to comment.