diff --git a/README.md b/README.md index 768a7cd..21b9cc4 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,24 @@ Everything should be setup now. 3. Delete a post +## Development Guide + +### MJB::Web Panel Development + +As root you will need to stop the MJB::Web app from running in production. + +```bash +systemctl stop mjb-web +``` + +As the manager user you can run the application in development mode. + +```bash +cd mjb/Web +morbo ./script/mjb --listen http://127.0.0.1:8080 +``` + +Now it will automatically reload when you make changes to the libraries and templates. Additionally, it will show stack traces during crashes and debug information in your terminal. ## Operations Guide