README.rst 262 B

1234567891011121314151617
  1. install dependencies
  2. ~~~~~~~~~~~~~~~~~~~~
  3. run this command in the directory ``searx/static/oscar``
  4. ``npm install``
  5. compile sources
  6. ~~~~~~~~~~~~~~~
  7. run this command in the directory ``searx/static/oscar``
  8. ``grunt``
  9. or in the root directory:
  10. ``make grunt``