Self hostable, truley private search engine.
Check out the deployed version here
Clone the repo and install dependencies
git clone https://github.com/micziz/hufferpuff
cd hufferpuff
npm install
Run the dev server locally
npm run dev
Build hufferpuff
npm run build