Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 635 Bytes

File metadata and controls

34 lines (28 loc) · 635 Bytes

Install node.js

https://nodejs.org/

(In command prompt/powershell)

Installation

  1. Clone the repository:

    git clone https://github.com/59kills/Payload_Simulator.git
  2. Navigate into the project directory:

    cd Payload_Simulator
  3. Install dependencies:

    npm install

    (If running scripts is disabled) Then

    Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
  4. Run the app:

    npm start

    The app will be running at http://localhost:3000.