https://github.com/pratheeshrussell/frappe-modern-desk
a frappe app for my medium post
https://github.com/pratheeshrussell/frappe-modern-desk
Last synced: about 1 month ago
JSON representation
a frappe app for my medium post
- Host: GitHub
- URL: https://github.com/pratheeshrussell/frappe-modern-desk
- Owner: pratheeshrussell
- License: mit
- Created: 2024-06-17T10:21:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T11:59:35.000Z (12 months ago)
- Last Synced: 2025-04-05T12:32:16.000Z (about 2 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 10
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Modern Desk
A modern UI for frappe desk
## Install app
use the following commands to install this app
First get it from this repo```
bench get-app modern_desk https://github.com/pratheeshrussell/frappe-modern-desk
```
add to your site
```
bench --site [site name] install-app modern_desk
```
start the frappe app
```
bench --site [site name] clear-cache
bench start
```## Uninstall app
```
bench --site [site name] remove-from-installed-apps modern_desk
bench remove-app modern_desk
```NOTE that this leaves behind an entry in DB thats prevents it from being added again. You can force add it or remove that entry to add it again (table: tabModule Def).