Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1023 Bytes

CONTRIBUTING.md

File metadata and controls

54 lines (35 loc) · 1023 Bytes

Contributing

License

MIT.

Versioning

Semantic Versioning.

Development

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.

Requirements

Development environment is ran using Docker images to limit host system dependencies. Requirements for the development environment are:

Available commands

For all available commands, see:

$ make help

Building

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.

Coding style

To verify that your additions follows coding style, run:

$ make lint