Skip to content

Commit

Permalink
bump to 0.2.1; drop duplicate build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Feb 13, 2025
1 parent d31fd87 commit bde3d4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,6 @@ This plugins adds a button in the options dropdown menu to start a Tour to guide

You can configure some "Learn More" links that are shown in some steps (screenshare, whiteboard, general) in the settings of the plugin, see example below.

## Running the Plugin From Source Code

1. Start the development server:

```bash
npm install
npm start
```

2. Add this to the `settings.yml` of the BBB HTML5-client:
```yaml
public:
plugins:
- name: TourPlugin
url: <<PLUGIN_URL>>
settings:
url:
screenshare: "https://some.url.with.more.information"
whiteboard: "https://some.url.with.more.information"
general: "https://some.url.with.more.information"
```
## Building the Plugin

To build the plugin for production use, follow these steps:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-tour",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"main": "./src/index.tsx",
"dependencies": {
Expand Down

0 comments on commit bde3d4a

Please sign in to comment.