跳到主要内容

BeeHack Docs

BeeHack is a Docusaurus site for security research notes, labs, and engineering write-ups.

Local workflow

Install dependencies once:

npm install

Start the development server:

npm run start

Build the production site and generate the Pagefind search index:

npm run build

Preview the built output:

npm run serve

Search is powered by Pagefind. The search UI lives at /search, and the index is generated into build/pagefind/ during npm run build.

The development server does not generate a Pagefind index. Use npm run build followed by npm run serve when testing search locally.