-
|
Hello, how to compile the less styles? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
For development I recommend to install packages needed by a buildhost, documented here
You don't need to install NPM on your OS. Beside from the buildhost packages from above, the SearXNG developer environment is build up in the To get a node environment (in To build & commit the /static files (including less styles) use: But first read Development Quickstart carefully 👍 |
Beta Was this translation helpful? Give feedback.
For development I recommend to install packages needed by a buildhost, documented here
You don't need to install NPM on your OS. Beside from the buildhost packages from above, the SearXNG developer environment is build up in the
./localand./nvmfolder (independent from the OS packages).To get a node environment (in
./nvm) use:To build & commit the /static files (including less styles) use:
But first read Development Quickstart carefully 👍