Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.51 KB

BBj RM

BBj v22.00 BBj-RM is released under the MIT license. PRs welcome!

The main purpose of this project is to avoid infamous change -> restart & wait -> check development lifecycle. Save & Reload during development

BBj RM (BBj Reload Module) is a standalone NodeJs server to bring Hot Reload & Live Reload support to BBj. It helps you quickly and easily experiment, build UIs, add features,fix bugs and view the effects of your changes directly in the browser.

The server is packaged into an executable that can be run on major operating systems. (Windows, Linux, and macOS) even on devices without Node.js installed.

Documentation

Check the documentation to get you started!

Contributing

Everyone is welcome to help contribute and improve this plugin. There are several ways you can contribute:

  • Reporting issues (please read issue guidelines)
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues