Template repository for SillyTavern extensions using React and Webpack.
- Click "Use this template" on the GitHub page.
- Create a new repository and clone it to your local machine.
- Open the repository in your code editor and run
npm install
. - Edit the
manifest.json
file. - Write the source code in
src
directory. - When you're ready to test - run
npm run build
. - Minimized bundle will appear in
dist
, ready to be plugged into SillyTavern.
Tip
If you want to test your extension live, clone the repo into the /public/scripts/extensions/third-party
of your SillyTavern installation.