Skip to content

Running the Development Version of BloodHound

Rohan Vazarkar edited this page Aug 16, 2016 · 2 revisions

#All Platforms

  1. Install Node.js.

  2. Clone the BloodHound GitHub repo.

    git clone https://github.com/adaptivethreat/Bloodhound

  3. From the root BloodHound directory, run 'npm install'

    npm install

  4. Run the Development Server with 'npm run dev'

    npm run dev

  5. Refresh the electron window when the WebPack build finishes with Ctrl + R