This repository contains HackTheBox Walkthroughs, migrated to Astro Starlight for a premium reading experience, modern styling, and automated deployments.
The site is automatically built and deployed to GitHub Pages at: 👉 https://seclabs-cc.github.io/HackTheBox/
To run the documentation site on your local machine:
- Install dependencies:
npm install
- Start the local dev server:
npm run dev
- Open http://localhost:4321/HackTheBox/ in your browser.
For more details, please see the RUN_LOCALLY.md guide.