MIT.
For development, the repository can be cloned Stable Diffusion web UI's extensions
directory, from where the UI can
then load the build assets dynamically.
Development environment is ran using Docker images to limit host system dependencies. Requirements for the development environment are:
- GNU make
- Docker
- docker-compose installed as a standalone application to PATH
For all available commands, see:
$ make help
To build the theme, run:
$ make build
Builds are created to a build
directory in the project directory. A symbolic link is created for
style.css
to the root directory.
To verify that your additions follows coding style, run:
$ make lint