libremiami-search/README.md

31 lines
587 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 npm, see [our tutorial](https://libremiami.org/how-to-install-npm-and-node/) if you need help.
2021-04-02 08:29:03 +02:00
You need pip and virtualenv
2021-04-02 08:29:03 +02:00
```
sudo apt install python3-pip # on debian, trisquel
2021-04-02 08:29:03 +02:00
pip install virtualenv
```
Install node dependencies
2021-04-02 08:29:03 +02:00
```
make node.env
2021-04-02 08:29:03 +02:00
```
Then you can then prepare the themes and run the dev environment as needed
2021-04-02 08:29:03 +02:00
```
make themes
make run
```