Skip to content

micziz/hufferpuff

Repository files navigation

HufferPuff

Self hostable, truley private search engine.

Check out the deployed version here

Self hosting

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