- Description:
- Privacy-focused metasearch frontend
- Owner:
- Rohan Verma
- Last Change:
Commit Briefs
Branches
Tree
README.md
# find a really basic search engine that uses [4get](https://git.joygnu.org/joy/4get) backend ## usage podman setup ``` podman-compose build podman-compose up -d ``` docker setup ``` docker-compose build docker-compose up -d ``` ## build ``` git clone https://git.sr.ht/~rohanverma2007/find make build cd build ./find ```