libremiami-search/README.md

31 lines
604 B
Markdown
Raw Permalink Normal View History

2021-04-02 08:29:03 +02:00
# LibreMiami Search
2021-05-13 18:45:17 +02:00
[LibreMiami](https://libremiami.org) fork of searx
2021-04-02 08:29:03 +02:00
[See it in action](search.libremiami.org)
2021-05-13 18:45:17 +02:00
Repo currently hosted on [disroot git](https://git.disroot.org/LibreMiami/libremiami-search)
2021-04-02 08:29:03 +02:00
# 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
```