Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 365 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 365 Bytes

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