TODO: Describe what your plugin does.
Install via the bundled Plugin Manager or manually using this URL:
https://github.com/hungerpirat/MrBeamPlugin/archive/master.zip
TODO: Describe how to install your plugin, if more needs to be done than just installing it via pip or through the plugin manager.
TODO: Describe your plugin's configuration options (if any).
Build image: (Add the following flag for Apple M1: --platform linux/x86_64
)
docker build -t mrbeam_plugin .
Run container: (Add the following flag for Apple M1: --platform linux/x86_64
)
docker run --name mrbeam-plugin -d -p5002:5000 mrbeam_plugin
Access from the browser:
http://localhost:5002
Just run the dev-setup.sh
script, that will:
- Create a virtual environment with all the requirements to run tests
- Install the pre-commit configuration for the auto formatting