libremiami-search/README.md

26 lines
405 B
Markdown
Raw Normal View History

2021-04-02 08:29:03 +02:00
# LibreMiami Search
2021-04-28 21:26:34 +02:00
LibreMiami's fork of searx
2021-04-02 08:29:03 +02:00
A privacy-respecting, hackable [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine)
[See it in action](search.libremiami.org)
# Dev
## Dependencies
You need virtualenv and less with the clean-css plugin
```
pip install virtualenv
```
```
npm install less less-plugin-clean-css
```
Then the makefile works
```
make themes
make run
```