πSetting up
Start off by using a Vendetta plugin template from GitHub:
If you want all your plugins to be in the same repository (a monorepo), use this template
If you want a seperate repo for each of your plugins, use this template
Next, go to your repo's Settings βΈ
Pages and select gh-pages as the Branch
Depending on which template you chose, your plugin's URL will appear differently:
If you chose the monorepo template:
https://GITHUB_USERNAME.github.io/GITHUB_REPO/PLUGIN_NAME
If you chose the seperate repo template:
https://GITHUB_USERNAME.github.io/GITHUB_REPO
π You're done! Try installing the template plugin in Vendetta.
Last updated
Was this helpful?