Less/CSS setup
Advanced setup for complete control over styling.
Prepare the environment
Compile
# Run once to install all dependencies
pnpm install
# Compile all source files including your theme
pnpm compile
# Watch files and compile automatically every time a file changes
pnpm watchLast updated