Developer modeHow to run the erpnext in the developer mode, can you please give me the steps?

How to run the erpnext in the developer mode, can you please give me the steps?

Please check this

bench set-config developer_mode 1

// OR

bench --site your-sitename.com set-config developer_mode 1

Thanks for your quick assistance, what is the different between production mode and developer mode? can you please give the explination

Please check this

once i enabled the developer mode am i able to customize the inbult app? with no code?

using below command for developer mode

frappe@162fa7b25672:~/frappe-bench$ bench --site site1.localhost set-config developer_mode 1

my question is, how to confirm that im in developer mode

go to the site_config.json and check the status.

frappe-bench: cat sites/site1.localhost/site_config.json

in the confirguratin file its add the line develop_mode : 1

is there any way to check in the UI? is there possible?

Open the ERPNext screen, then open the console and apply the following line. Finally, check the output.

frappe.boot.developer_mode