Styles - ozzmos/searx GitHub Wiki

Install Required packages to compile less files

using npm

npm install -g less

using apt-get

apt-get install node-less

Compile .less files to style.css

run these command in the root directory of searx:

make styles